enum FixedAbbrevIDs

Declared at: llvm/include/llvm/Bitstream/BitCodes.h:45

Enumerators

NameValueComment
END_BLOCK0
ENTER_SUBBLOCK1
DEFINE_ABBREV2DEFINE_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_RECORD3
FIRST_APPLICATION_ABBREV4