HomeSort by relevance Sort by last modified time
    Searched refs:DW_OP_plus (Results 1 - 25 of 40) 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 225 case dwarf::DW_OP_plus:
227 // [DW_OP_reg,Offset,DW_OP_plus, DW_OP_deref] --> [DW_OP_breg, Offset].
233 TRI, MachineReg, I->getOp() == dwarf::DW_OP_plus ? Offset : -Offset);
268 case dwarf::DW_OP_plus:
  /external/libunwind_llvm/src/
dwarf2.h 110 DW_OP_plus = 0x22,
DwarfInstructions.hpp 473 case DW_OP_plus: