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/BitCodeEnums.h:65

Enumerators

NameValueComment
BLOCKINFO_BLOCK_ID0BLOCKINFO_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_BLOCKID8BLOCKINFO_BLOCK is used to define metadata about blocks, for example, standard abbrevs that should be available to all blocks of a specified ID.