enum StandardBlockIDs
Description
StandardBlockIDs - All bitcode files can optionally include a BLOCKINFO block, which contains metadata about other blocks in the file.
Declared at: llvm/include/llvm/Bitstream/BitCodes.h:66
Enumerators
Name | Value | Comment |
---|---|---|
BLOCKINFO_BLOCK_ID | 0 | BLOCKINFO_BLOCK is used to define metadata about blocks, for example, standard abbrevs that should be available to all blocks of a specified ID. |
FIRST_APPLICATION_BLOCKID | 8 | BLOCKINFO_BLOCK is used to define metadata about blocks, for example, standard abbrevs that should be available to all blocks of a specified ID. |