Searched refs:OT_Offset (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 321 OT_Offset, enumerator 349 DECLARE_OP2(DW_CFA_def_cfa, OT_Register, OT_Offset); in getOperandTypes() 352 DECLARE_OP1(DW_CFA_def_cfa_offset, OT_Offset); in getOperandTypes() 370 DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset); in getOperandTypes() 402 case OT_Offset: in printOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 185 DECLARE_OP2(DW_CFA_def_cfa, OT_Register, OT_Offset); in getOperandTypes() 188 DECLARE_OP1(DW_CFA_def_cfa_offset, OT_Offset); in getOperandTypes() 206 DECLARE_OP1(DW_CFA_GNU_args_size, OT_Offset); in getOperandTypes() 239 case OT_Offset: in printOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 108 OT_Offset, enumerator
|