LLVM
15.0.0git
|
This class maintains the abbreviations read from a block info block. More...
#include "llvm/Bitstream/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 36 of file BitstreamReader.h.
If there is block info for the specified ID, return it, otherwise return null.
Definition at line 53 of file BitstreamReader.h.
References llvm::numbers::e, and i.
Referenced by llvm::BitstreamCursor::EnterSubBlock(), GetBlockName(), GetCodeName(), and getOrCreateBlockInfo().
|
inline |
Definition at line 65 of file BitstreamReader.h.
References llvm::BitstreamBlockInfo::BlockInfo::BlockID, and getBlockInfo().