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
Name | Value | Comment |
---|---|---|
OT_Unset | 0 | |
OT_None | 1 | |
OT_Address | 2 | |
OT_Offset | 3 | |
OT_FactoredCodeOffset | 4 | |
OT_SignedFactDataOffset | 5 | |
OT_UnsignedFactDataOffset | 6 | |
OT_Register | 7 | |
OT_Expression | 8 |