LLVM 20.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. | |
BlockInfo & | getOrCreateBlockInfo (unsigned BlockID) |
This class maintains the abbreviations read from a block info block.
Definition at line 37 of file BitstreamReader.h.
If there is block info for the specified ID, return it, otherwise return null.
Definition at line 54 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::EnterSubBlock(), GetBlockName(), GetCodeName(), and getOrCreateBlockInfo().
Definition at line 65 of file BitstreamReader.h.
References llvm::BitstreamBlockInfo::BlockInfo::BlockID, and getBlockInfo().
Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().