Abbreviation record that stores a complex record in a specialized format.
Synopsis
Declared in <llvm/Bitstream/BitCodes.h>
class BitCodeAbbrev;
Description
An abbreviation allows a complex record that has redundancy to be stored in a specialized format instead of the fully‐general, fully‐vbr, format.
Member Functions
Name |
Description |
|
Constructors |
Append an operand descriptor to this abbreviation. |
|
Return the number of operands in this abbreviation. |
|
Return the operand descriptor at index |
Created with MrDocs