LLVM
8.0.1
|
This class maintains the abbreviations read from a block info block. More...
#include "llvm/Bitcode/BitstreamReader.h"
Classes | |
struct | BlockInfo |
This contains information emitted to BLOCKINFO_BLOCK blocks. More... | |
Public Member Functions | |
const BlockInfo * | getBlockInfo (unsigned BlockID) const |
If there is block info for the specified ID, return it, otherwise return null. More... | |
BlockInfo & | getOrCreateBlockInfo (unsigned BlockID) |
This class maintains the abbreviations read from a block info block.
Definition at line 38 of file BitstreamReader.h.
If there is block info for the specified ID, return it, otherwise return null.
Definition at line 55 of file BitstreamReader.h.
References llvm::BitstreamBlockInfo::BlockInfo::BlockID.
Referenced by llvm::BitstreamCursor::EnterSubBlock(), and getOrCreateBlockInfo().
Definition at line 67 of file BitstreamReader.h.
References llvm::BitstreamBlockInfo::BlockInfo::BlockID, and getBlockInfo().
Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().