|
LLVM 22.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 325 of file BitstreamReader.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Error | |
| EndBlock | |
| SubBlock | |
| Record | |
Definition at line 326 of file BitstreamReader.h.
|
inlinestatic |
Definition at line 340 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::advance().
|
inlinestatic |
Definition at line 336 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::advance().
|
inlinestatic |
Definition at line 348 of file BitstreamReader.h.
Referenced by llvm::BitstreamCursor::advance().
|
inlinestatic |
Definition at line 344 of file BitstreamReader.h.
References E(), ID, and SubBlock.
Referenced by llvm::BitstreamCursor::advance().
| unsigned llvm::BitstreamEntry::ID |
Definition at line 334 of file BitstreamReader.h.
Referenced by getSubBlock().
| enum { ... } llvm::BitstreamEntry::Kind |