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

BitCodeAbbrev [constructor]

Constructors

Add

Append an operand descriptor to this abbreviation.

getNumOperandInfos

Return the number of operands in this abbreviation.

getOperandInfo

Return the operand descriptor at index N.

Created with MrDocs