enum FixedAbbrevIDs
Declared at: llvm/include/llvm/Bitstream/BitCodes.h:45
Enumerators
Name | Value | Comment |
---|---|---|
END_BLOCK | 0 | |
ENTER_SUBBLOCK | 1 | |
DEFINE_ABBREV | 2 | DEFINE_ABBREV - Defines an abbrev for the current block. It consists of a vbr5 for # operand infos. Each operand info is emitted with a single bit to indicate if it is a literal encoding. If so, the value is emitted with a vbr8. If not, the encoding is emitted as 3 bits followed by the info value as a vbr5 if needed. |
UNABBREV_RECORD | 3 | |
FIRST_APPLICATION_ABBREV | 4 |