|
LLVM
3.7.0
|
This contains information emitted to BLOCKINFO_BLOCK blocks. More...
#include <BitstreamReader.h>
Public Attributes | |
| unsigned | BlockID |
| std::vector < IntrusiveRefCntPtr < BitCodeAbbrev > > | Abbrevs |
| std::string | Name |
| std::vector< std::pair < unsigned, std::string > > | RecordNames |
This contains information emitted to BLOCKINFO_BLOCK blocks.
These describe abbreviations that all blocks of the specified ID inherit.
Definition at line 35 of file BitstreamReader.h.
| std::vector<IntrusiveRefCntPtr<BitCodeAbbrev> > llvm::BitstreamReader::BlockInfo::Abbrevs |
Definition at line 37 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().
| unsigned llvm::BitstreamReader::BlockInfo::BlockID |
Definition at line 36 of file BitstreamReader.h.
| std::string llvm::BitstreamReader::BlockInfo::Name |
Definition at line 38 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().
| std::vector<std::pair<unsigned, std::string> > llvm::BitstreamReader::BlockInfo::RecordNames |
Definition at line 40 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().
1.8.6