struct BitstreamBlockInfo::BlockInfo

Declaration

struct BitstreamBlockInfo::BlockInfo { /* full declaration omitted */ };

Description

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/BitstreamReader.h:41

Member Variables

public unsigned int BlockID = 0
public std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs
public std::string Name
public std::vector<std::pair<unsigned int, std::string>> RecordNames