LLVM  3.7.0
Public Member Functions | Friends | List of all members
llvm::BitCodeAbbrev Class Reference

BitCodeAbbrev - This class represents an abbreviation record. More...

#include <BitCodes.h>

Inheritance diagram for llvm::BitCodeAbbrev:
[legend]
Collaboration diagram for llvm::BitCodeAbbrev:
[legend]

Public Member Functions

unsigned getNumOperandInfos () const
 
const BitCodeAbbrevOpgetOperandInfo (unsigned N) const
 
void Add (const BitCodeAbbrevOp &OpInfo)
 
- Public Member Functions inherited from llvm::RefCountedBase< BitCodeAbbrev >
 RefCountedBase ()
 
 RefCountedBase (const RefCountedBase &)
 
void Retain () const
 
void Release () const
 

Friends

class RefCountedBase< BitCodeAbbrev >
 

Detailed Description

BitCodeAbbrev - This class represents an abbreviation record.

An abbreviation allows a complex record that has redundancy to be stored in a specialized format instead of the fully-general, fully-vbr, format.

Definition at line 165 of file BitCodes.h.

Member Function Documentation

void llvm::BitCodeAbbrev::Add ( const BitCodeAbbrevOp OpInfo)
inline
unsigned llvm::BitCodeAbbrev::getNumOperandInfos ( ) const
inline
const BitCodeAbbrevOp& llvm::BitCodeAbbrev::getOperandInfo ( unsigned  N) const
inline

Definition at line 175 of file BitCodes.h.

References N.

Referenced by llvm::BitstreamCursor::readRecord(), and llvm::BitstreamCursor::skipRecord().

Friends And Related Function Documentation

friend class RefCountedBase< BitCodeAbbrev >
friend

Definition at line 169 of file BitCodes.h.


The documentation for this class was generated from the following file: