enum BlockIDs

Description

The possible blocks that will be encountered in a bitstream remark container.

Declared at: llvm/include/llvm/Remarks/BitstreamRemarkContainer.h:59

Enumerators

NameValueComment
META_BLOCK_ID8The metadata block is mandatory. It should always come after the BLOCKINFO_BLOCK, and contains metadata that should be used when parsing REMARK_BLOCKs. There should always be only one META_BLOCK.
REMARK_BLOCK_ID9One remark entry is represented using a REMARK_BLOCK. There can be multiple REMARK_BLOCKs in the same file.