Searched refs:DW_OP_deref (Results 1 - 16 of 16) sorted by relevance

/external/libcxxabi/src/Unwind/
H A Ddwarf2.h83 DW_OP_deref = 0x06, enumerator in enum:__anon23622
H A DDwarfInstructions.hpp251 case DW_OP_deref:
/external/libunwind/include/
H A Ddwarf.h60 DW_OP_deref = 0x06, enumerator in enum:__anon24647
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp214 Streamer.EmitInt8(dwarf::DW_OP_deref, "DW_OP_deref");
H A DDwarfUnit.cpp567 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
604 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
660 DW_OP_deref -- optional, if we start with a pointer
662 DW_OP_deref
720 // the first thing we need to do is dereference the pointer (DW_OP_deref).
722 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
733 // struct: DW_OP_deref.
734 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
1872 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
1876 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
[all...]
H A DDwarfDebug.cpp1984 Streamer.EmitInt8(dwarf::DW_OP_deref, "DW_OP_deref");
2006 Streamer.EmitInt8(dwarf::DW_OP_deref, "DW_OP_deref");
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c277 case DW_OP_deref:
H A Ddwarf.h330 DW_OP_deref = 0x06, enumerator in enum:__anon21156
/external/llvm/lib/Support/
H A DDwarf.cpp319 case DW_OP_deref: return "DW_OP_deref";
/external/lldb/source/Expression/
H A DDWARFExpression.cpp51 case 0x06: return "DW_OP_deref";
319 case DW_OP_deref: *s << "DW_OP_deref"; break; // 0x06
826 case DW_OP_deref: // 0x06
1407 // OPCODE: DW_OP_deref
1414 case DW_OP_deref:
1447 error_ptr->SetErrorStringWithFormat ("Failed to dereference pointer from 0x%" PRIx64 " for DW_OP_deref: %s\n",
1456 error_ptr->SetErrorStringWithFormat ("NULL process for DW_OP_deref.\n");
1463 error_ptr->SetErrorStringWithFormat ("NULL execution context for DW_OP_deref.\n");
1479 // DESCRIPTION: Behaves like the DW_OP_deref operatio
[all...]
/external/libunwind/src/dwarf/
H A DGexpr.c365 case DW_OP_deref:
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h399 DW_OP_deref = 0x06, enumerator in enum:__anon32410
H A Dd3basics.c671 case DW_OP_deref:
678 FAIL("warning: evaluate_Dwarf3_Expr: DW_OP_deref: "
H A Dreaddwarf.c2981 case DW_OP_deref:
2985 VG_(printf)("DW_OP_deref");
/external/llvm/include/llvm/Support/
H A DDwarf.h379 DW_OP_deref = 0x06, enumerator in enum:llvm::dwarf::LocationAtom
/external/elfutils/0.153/src/
H A Dreadelf.c3915 [DW_OP_deref] = "deref",

Completed in 2541 milliseconds