enum RecordIDs
Description
The possible records that can be encountered in the previously described blocks.
Declared at: llvm/include/llvm/Remarks/BitstreamRemarkContainer.h:75
Enumerators
Name | Value | Comment |
---|---|---|
RECORD_META_CONTAINER_INFO | 1 | |
RECORD_META_REMARK_VERSION | 2 | |
RECORD_META_STRTAB | 3 | |
RECORD_META_EXTERNAL_FILE | 4 | |
RECORD_REMARK_HEADER | 5 | |
RECORD_REMARK_DEBUG_LOC | 6 | |
RECORD_REMARK_HOTNESS | 7 | |
RECORD_REMARK_ARG_WITH_DEBUGLOC | 8 | |
RECORD_REMARK_ARG_WITHOUT_DEBUGLOC | 9 | |
RECORD_FIRST | 1 | |
RECORD_LAST | 9 |