struct BitstreamWriter::BlockInfo
Declaration
struct BitstreamWriter::BlockInfo { /* full declaration omitted */ };
Description
BlockInfo - This contains information emitted to BLOCKINFO_BLOCK blocks. These describe abbreviations that all blocks of the specified ID inherit.
Declared at: llvm/include/llvm/Bitstream/BitstreamWriter.h:59
Member Variables
- public unsigned int BlockID
- public std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs