Searched refs:DW_OP_bregx (Results 1 - 17 of 17) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp70 if (opcode_class == DRC_TWOOPERANDS && opcode == DW_OP_bregx)
/external/libcxxabi/src/Unwind/
H A Ddwarf2.h222 DW_OP_bregx = 0x92, // ULEB128 register followed by SLEB128 offset enumerator in enum:__anon23622
H A DDwarfInstructions.hpp698 case DW_OP_bregx:
/external/libunwind/src/dwarf/
H A DGexpr.c101 [DW_OP_bregx] = OPND2 (ULEB128, SLEB128),
301 case DW_OP_bregx:
/external/libunwind/include/
H A Ddwarf.h127 DW_OP_bregx = 0x92, enumerator in enum:__anon24647
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp209 Streamer.EmitInt8(dwarf::DW_OP_bregx, "DW_OP_bregx");
H A DDwarfUnit.cpp550 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx);
/external/elfutils/0.153/libdw/
H A Dcfi.c180 fs->cfa_data.offset.atom = DW_OP_bregx;
H A Ddwarf_getlocation.c398 case DW_OP_bregx:
H A Ddwarf.h469 DW_OP_bregx = 0x92, /* ULEB128 register followed by SLEB128 off. */ enumerator in enum:__anon21156
/external/llvm/lib/Support/
H A DDwarf.cpp458 case DW_OP_bregx: return "DW_OP_bregx";
/external/lldb/source/Expression/
H A DDWARFExpression.cpp190 case 0x92: return "DW_OP_bregx";
534 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset
555 s->Printf("DW_OP_bregx(reg=%" PRIu32 ",offset=%" PRIi64 ")", reg_num, reg_offset);
994 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset
2468 // OPCODE: DW_OP_bregx
2475 case DW_OP_bregx:
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h538 DW_OP_bregx = 0x92, enumerator in enum:__anon32410
H A Dd3basics.c632 case DW_OP_bregx:
634 FAIL("evaluate_Dwarf3_Expr: DW_OP_bregx but no reg info");
638 FAIL("evaluate_Dwarf3_Expr: unhandled DW_OP_bregx reg value");
/external/llvm/include/llvm/Support/
H A DDwarf.h518 DW_OP_bregx = 0x92, enumerator in enum:llvm::dwarf::LocationAtom
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c338 } else if (op->atom == DW_OP_bregx) {
/external/elfutils/0.153/src/
H A Dreadelf.c4054 [DW_OP_bregx] = "bregx",
4264 case DW_OP_bregx:

Completed in 403 milliseconds