LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::BitCodeAbbrev Class Reference

#include <BitCodes.h>

Collaboration diagram for llvm::BitCodeAbbrev:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BitCodeAbbrev ()
void addRef ()
void dropRef ()
unsigned getNumOperandInfos () const
const BitCodeAbbrevOpgetOperandInfo (unsigned N) const
void Add (const BitCodeAbbrevOp &OpInfo)

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 158 of file BitCodes.h.


Constructor & Destructor Documentation

llvm::BitCodeAbbrev::BitCodeAbbrev  )  [inline]
 

Definition at line 163 of file BitCodes.h.


Member Function Documentation

void llvm::BitCodeAbbrev::Add const BitCodeAbbrevOp OpInfo  )  [inline]
 

Definition at line 175 of file BitCodes.h.

References llvm::SmallVectorImpl< T >::push_back().

Referenced by llvm::BitstreamReader::ReadAbbrevRecord(), WriteBlockInfo(), WriteConstants(), WriteModuleInfo(), WriteTypeSymbolTable(), and WriteTypeTable().

void llvm::BitCodeAbbrev::addRef  )  [inline]
 

Definition at line 165 of file BitCodes.h.

void llvm::BitCodeAbbrev::dropRef  )  [inline]
 

Definition at line 166 of file BitCodes.h.

unsigned llvm::BitCodeAbbrev::getNumOperandInfos  )  const [inline]
 

Definition at line 168 of file BitCodes.h.

References llvm::SmallVectorImpl< T >::size().

Referenced by llvm::BitstreamWriter::EmitRecord(), and llvm::BitstreamReader::ReadRecord().

const BitCodeAbbrevOp& llvm::BitCodeAbbrev::getOperandInfo unsigned  N  )  const [inline]
 

Definition at line 171 of file BitCodes.h.

Referenced by llvm::BitstreamWriter::EmitRecord(), and llvm::BitstreamReader::ReadRecord().


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


This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.