Searched refs:OT_Register (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFCFIProgram.cpp | 37 ENUM_TO_CSTR(OT_Register); in operandTypeString() 71 case OT_Register: in getOperandAsUnsigned() 107 case OT_Register: in getOperandAsSigned() 169 DECLARE_OP2(DW_CFA_def_cfa, OT_Register, OT_Offset); in getOperandTypes() 170 DECLARE_OP2(DW_CFA_def_cfa_sf, OT_Register, OT_SignedFactDataOffset); in getOperandTypes() 171 DECLARE_OP1(DW_CFA_def_cfa_register, OT_Register); in getOperandTypes() 172 DECLARE_OP3(DW_CFA_LLVM_def_aspace_cfa, OT_Register, OT_Offset, in getOperandTypes() 174 DECLARE_OP3(DW_CFA_LLVM_def_aspace_cfa_sf, OT_Register, in getOperandTypes() 179 DECLARE_OP1(DW_CFA_undefined, OT_Register); in getOperandTypes() 180 DECLARE_OP1(DW_CFA_same_value, OT_Register); in getOperandTypes() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFCFIPrinter.cpp | 94 case CFIProgram::OT_Register: in printOperand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFCFIProgram.h | 245 OT_Register, enumerator
|