Home
last modified time | relevance | path

Searched refs:DW_OP_bregx (Results 1 – 18 of 18) sorted by relevance

/external/libunwind_llvm/src/
Ddwarf2.h222 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset enumerator
DDwarfInstructions.hpp698 case DW_OP_bregx: in evaluateExpression()
/external/libunwind/src/dwarf/
DGexpr.c101 [DW_OP_bregx] = OPND2 (ULEB128, SLEB128),
301 case DW_OP_bregx: in dwarf_eval_expr()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp40 EmitOp(dwarf::DW_OP_bregx); in AddRegIndirect()
/external/libunwind/include/
Ddwarf.h127 DW_OP_bregx = 0x92, enumerator
/external/elfutils/libdw/
Ddwarf.h459 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */ enumerator
Dcfi.c179 fs->cfa_data.offset.atom = DW_OP_bregx; in execute_cfi()
Ddwarf_getlocation.c441 case DW_OP_bregx: in __libdw_intern_expression()
Dknown-dwarf.h424 DWARF_ONE_KNOWN_DW_OP (bregx, DW_OP_bregx) \
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h547 DW_OP_bregx = 0x92, enumerator
Dd3basics.c636 case DW_OP_bregx: in ML_()
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp430 case DW_OP_bregx: return "DW_OP_bregx"; in OperationEncodingString()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h441 DW_OP_bregx = 0x92, enumerator
/external/elfutils/libdwfl/
Dframe_unwind.c245 case DW_OP_bregx: in expr_eval()
/external/elfutils/tests/
Dvarlocs.c320 case DW_OP_bregx: in print_expr()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp234 addUInt(TheDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx); in addRegisterOffset()
409 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx); in addBlockByrefAddress()
DAsmPrinter.cpp804 EmitInt8(dwarf::DW_OP_bregx); in EmitDwarfRegOp()
/external/elfutils/src/
Dreadelf.c4254 case DW_OP_bregx: in print_ops()