LLVM API Documentation

Public Attributes
llvm::BitstreamReader::BlockInfo Struct Reference

#include <BitstreamReader.h>

Collaboration diagram for llvm::BitstreamReader::BlockInfo:
Collaboration graph
[legend]

List of all members.

Public Attributes

unsigned BlockID
std::vector
< IntrusiveRefCntPtr
< BitCodeAbbrev > > 
Abbrevs
std::string Name
std::vector< std::pair
< unsigned, std::string > > 
RecordNames

Detailed Description

BlockInfo - This contains information emitted to BLOCKINFO_BLOCK blocks. These describe abbreviations that all blocks of the specified ID inherit.

Definition at line 38 of file BitstreamReader.h.


Member Data Documentation

Definition at line 40 of file BitstreamReader.h.

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

Definition at line 39 of file BitstreamReader.h.

Definition at line 41 of file BitstreamReader.h.

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

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

Definition at line 43 of file BitstreamReader.h.

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


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