enum CFIProgram::OperandType

Description

Types of operands to CFI instructions In DWARF, this type is implicitly tied to a CFI instruction opcode and thus this type doesn't need to be explictly written to the file (this is not a DWARF encoding). The relationship of instrs to operand types can be obtained from getOperandTypes() and is only used to simplify instruction printing.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h:107

Enumerators

NameValueComment
OT_Unset0
OT_None1
OT_Address2
OT_Offset3
OT_FactoredCodeOffset4
OT_SignedFactDataOffset5
OT_UnsignedFactDataOffset6
OT_Register7
OT_Expression8