struct BitstreamCursor::Block
Declaration
struct BitstreamCursor::Block { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Bitstream/BitstreamReader.h:347
Member Variables
- public unsigned int PrevCodeSize
- public std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs
Method Overview
- public Block(unsigned int PCS)
Methods
ΒΆBlock(unsigned int PCS)
Block(unsigned int PCS)
Declared at: llvm/include/llvm/Bitstream/BitstreamReader.h:351
Parameters
- unsigned int PCS