HomeSort by relevance Sort by last modified time
    Searched refs:DW_OP_deref (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 45 EmitOp(dwarf::DW_OP_deref);
227 // [DW_OP_reg,Offset,DW_OP_plus, DW_OP_deref] --> [DW_OP_breg, Offset].
228 // [DW_OP_reg,Offset,DW_OP_minus,DW_OP_deref] --> [DW_OP_breg,-Offset].
230 if (N != E && N->getOp() == dwarf::DW_OP_deref) {
239 case dwarf::DW_OP_deref: {
240 // [DW_OP_reg,DW_OP_deref] --> [DW_OP_breg].
278 case dwarf::DW_OP_deref:
279 EmitOp(dwarf::DW_OP_deref);
DwarfUnit.cpp 430 DW_OP_deref -- optional, if we start with a pointer
432 DW_OP_deref
486 // the first thing we need to do is dereference the pointer (DW_OP_deref).
488 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
499 // struct: DW_OP_deref.
500 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
    [all...]
  /bionic/libc/arch-x86/bionic/
__restore.S 37 #define DW_OP_deref 0x06
89 .byte DW_OP_deref; \
  /bionic/libc/arch-x86_64/bionic/
__restore_rt.S 38 #define DW_OP_deref 0x06
107 .byte DW_OP_deref; \
  /art/compiler/debug/dwarf/
expression.h 81 void WriteOpDeref() { PushUint8(DW_OP_deref); }
dwarf_constants.h 263 DW_OP_deref = 0x06,
  /external/llvm/unittests/Support/
DwarfTest.cpp 47 EXPECT_EQ(DW_OP_deref, getOperationEncoding("DW_OP_deref"));
  /external/libunwind_llvm/src/
dwarf2.h 83 DW_OP_deref = 0x06,
DwarfInstructions.hpp 251 case DW_OP_deref:
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
dwarf2.h 83 DW_OP_deref = 0x06,
DwarfInstructions.hpp 252 case DW_OP_deref:
  /external/libunwind/include/
dwarf.h 60 DW_OP_deref = 0x06,
  /external/swiftshader/third_party/LLVM/lib/Support/
Dwarf.cpp 291 case DW_OP_deref: return "DW_OP_deref";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 284 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
339 DW_OP_deref -- optional, if we start with a pointer
341 DW_OP_deref
417 // the first thing we need to do is dereference the pointer (DW_OP_deref).
419 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
430 // struct: DW_OP_deref.
431 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_deref);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/elfutils/libdw/
dwarf.h 320 DW_OP_deref = 0x06,
dwarf_getlocation.c 310 case DW_OP_deref:
  /external/elfutils/libdwfl/
frame_unwind.c 311 case DW_OP_deref:
  /external/elfutils/tests/
varlocs.c 157 case DW_OP_deref:
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 339 DW_OP_deref =0x06,
  /external/libunwind/src/dwarf/
Gexpr.c 365 case DW_OP_deref:
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Dwarf.h 302 DW_OP_deref = 0x06,
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 408 DW_OP_deref = 0x06,
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf_defs.go 220 DW_OP_deref = 0x06 // 0
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf_defs.go 220 DW_OP_deref = 0x06 // 0

Completed in 134 milliseconds

1 2