Searched refs:OT_Expression (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 326 OT_Expression enumerator 354 DECLARE_OP1(DW_CFA_def_cfa_expression, OT_Expression); in getOperandTypes() 363 DECLARE_OP2(DW_CFA_expression, OT_Register, OT_Expression); in getOperandTypes() 364 DECLARE_OP2(DW_CFA_val_expression, OT_Register, OT_Expression); in getOperandTypes() 429 case OT_Expression: in printOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 190 DECLARE_OP1(DW_CFA_def_cfa_expression, OT_Expression); in getOperandTypes() 199 DECLARE_OP2(DW_CFA_expression, OT_Register, OT_Expression); in getOperandTypes() 200 DECLARE_OP2(DW_CFA_val_expression, OT_Register, OT_Expression); in getOperandTypes() 266 case OT_Expression: in printOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 113 OT_Expression enumerator
|