LLVM 19.0.0git
Public Attributes | List of all members
llvm::BitstreamBlockInfo::BlockInfo Struct Reference

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

#include "llvm/Bitstream/BitstreamReader.h"

Public Attributes

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

Detailed Description

This contains information emitted to BLOCKINFO_BLOCK blocks.

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

Definition at line 41 of file BitstreamReader.h.

Member Data Documentation

◆ Abbrevs

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

Definition at line 43 of file BitstreamReader.h.

Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().

◆ BlockID

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

Definition at line 42 of file BitstreamReader.h.

Referenced by llvm::BitstreamBlockInfo::getOrCreateBlockInfo().

◆ Name

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

Definition at line 44 of file BitstreamReader.h.

Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().

◆ RecordNames

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

Definition at line 45 of file BitstreamReader.h.

Referenced by llvm::BitstreamCursor::ReadBlockInfoBlock().


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