LLVM 20.0.0git
|
When advancing through a bitstream cursor, each advance can discover a few different kinds of entries: More...
#include "llvm/Bitstream/BitstreamReader.h"
Public Types | |
enum | { Error , EndBlock , SubBlock , Record } |
Static Public Member Functions | |
static BitstreamEntry | getError () |
static BitstreamEntry | getEndBlock () |
static BitstreamEntry | getSubBlock (unsigned ID) |
static BitstreamEntry | getRecord (unsigned AbbrevID) |
Public Attributes | |
enum llvm::BitstreamEntry:: { ... } | Kind |
unsigned | ID |
When advancing through a bitstream cursor, each advance can discover a few different kinds of entries:
Definition at line 324 of file BitstreamReader.h.
anonymous enum |
Enumerator | |
---|---|
Error | |
EndBlock | |
SubBlock | |
Record |
Definition at line 325 of file BitstreamReader.h.
|
inlinestatic |
Definition at line 339 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::advance().
|
inlinestatic |
Definition at line 335 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::advance().
|
inlinestatic |
Definition at line 347 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::advance().
|
inlinestatic |
Definition at line 343 of file BitstreamReader.h.
References E, ID, and SubBlock.
Referenced by llvm::BitstreamCursor::advance().
unsigned llvm::BitstreamEntry::ID |
Definition at line 333 of file BitstreamReader.h.
Referenced by getSubBlock().
enum { ... } llvm::BitstreamEntry::Kind |