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

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pr12570a.d 7 DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; DW_OP_ge; DW_OP_lit2; DW_OP_shl; DW_OP_plus\)
pr12570b.d 8 DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; DW_OP_ge; DW_OP_lit2; DW_OP_shl; DW_OP_plus\)
  /art/compiler/debug/dwarf/
expression.h 90 void WriteOpPlus() { PushUint8(DW_OP_plus); }
dwarf_constants.h 290 DW_OP_plus = 0x22,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 214 case dwarf::DW_OP_plus:
216 // [DW_OP_reg,Offset,DW_OP_plus, DW_OP_deref] --> [DW_OP_breg, Offset].
222 MachineReg, I->getOp() == dwarf::DW_OP_plus ? Offset : -Offset);
257 case dwarf::DW_OP_plus:
DwarfCompileUnit.cpp 203 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
  /external/libunwind_llvm/src/
dwarf2.h 110 DW_OP_plus = 0x22,
DwarfInstructions.hpp 474 case DW_OP_plus:
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
dwarf2.h 110 DW_OP_plus = 0x22,
DwarfInstructions.hpp 474 case DW_OP_plus:
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 434 llvm::dwarf::DW_OP_plus,
591 llvm::dwarf::DW_OP_plus,
  /external/libunwind/include/
dwarf.h 87 DW_OP_plus = 0x22,
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 487 case dwarf::DW_OP_plus:
508 case dwarf::DW_OP_plus:
  /external/elfutils/libdw/
dwarf.h 347 DW_OP_plus = 0x22,
dwarf_getlocation.c 326 case DW_OP_plus:
known-dwarf.h 495 DWARF_ONE_KNOWN_DW_OP (plus, DW_OP_plus) \
    [all...]
  /external/elfutils/libdwfl/
frame_unwind.c 428 BINOP (DW_OP_plus, +)
  /external/elfutils/tests/
varlocs.c 173 case DW_OP_plus:
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 366 DW_OP_plus =0x22,
  /external/libunwind/src/dwarf/
Gexpr.c 532 case DW_OP_plus:
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 435 DW_OP_plus = 0x22,
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /toolchain/binutils/binutils-2.25/include/
dwarf2.def 441 DW_OP (DW_OP_plus, 0x22)
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]

Completed in 5764 milliseconds

1 2