LLVM API Documentation
#include <BitstreamReader.h>
Public Attributes | |
unsigned | BlockID |
std::vector< BitCodeAbbrev * > | Abbrevs |
std::string | Name |
std::vector< std::pair < unsigned, std::string > > | RecordNames |
BlockInfo - This contains information emitted to BLOCKINFO_BLOCK blocks. These describe abbreviations that all blocks of the specified ID inherit.
Definition at line 39 of file BitstreamReader.h.
std::vector<BitCodeAbbrev*> llvm::BitstreamReader::BlockInfo::Abbrevs |
Definition at line 41 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock(), and llvm::BitstreamReader::~BitstreamReader().
unsigned llvm::BitstreamReader::BlockInfo::BlockID |
Definition at line 40 of file BitstreamReader.h.
std::string llvm::BitstreamReader::BlockInfo::Name |
Definition at line 42 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().
std::vector<std::pair<unsigned, std::string> > llvm::BitstreamReader::BlockInfo::RecordNames |
Definition at line 44 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().