LLVM: llvm::BitstreamBlockInfo::BlockInfo Struct Reference (original) (raw)

This contains information emitted to BLOCKINFO_BLOCK blocks. More...

#include "[llvm/Bitstream/BitstreamReader.h](BitstreamReader%5F8h%5Fsource.html)"

Detailed Description

This contains information emitted to BLOCKINFO_BLOCK blocks.

These describe abbreviations that all blocks of the specified ID inherit.

Definition at line 42 of file BitstreamReader.h.

Member Data Documentation

Abbrevs

std::vector<std::shared_ptr<BitCodeAbbrev> > llvm::BitstreamBlockInfo::BlockInfo::Abbrevs

BlockID

unsigned llvm::BitstreamBlockInfo::BlockInfo::BlockID = 0

Name

std::string llvm::BitstreamBlockInfo::BlockInfo::Name

RecordNames

std::vector<std::pair<unsigned, std::string> > llvm::BitstreamBlockInfo::BlockInfo::RecordNames


The documentation for this struct was generated from the following file: