Home
last modified time | relevance | path

Searched refs:DW_OP_dup (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/libunwind/src/
Ddwarf2.h96 DW_OP_dup = 0x12, enumerator
DDwarfInstructions.hpp416 case DW_OP_dup: in evaluateExpression()
/external/llvm-project/llvm/test/DebugInfo/X86/
Dconvert-inlined.ll29 ; DW4: DW_AT_location (DW_OP_addr 0x0, DW_OP_deref, DW_OP_dup, DW_OP_constu 0x7, DW_OP_shr, DW_…
Dconvert-debugloc.ll65 ; NOCONV: {{.*}}, DW_OP_dup, DW_OP_constu 0x7, DW_OP_shr, DW_OP_lit0, DW_OP_not, DW_OP_mul,…
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbdwarf.py18 DW_OP_dup = 0x12 variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp433 case dwarf::DW_OP_dup: in addExpression()
556 emitOp(dwarf::DW_OP_dup); in emitLegacySExt()
DDwarfUnit.cpp1481 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_dup); in constructMemberDIE()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp527 case dwarf::DW_OP_dup: in addExpression()
646 emitOp(dwarf::DW_OP_dup); in emitLegacySExt()
DDwarfUnit.cpp1536 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_dup); in constructMemberDIE()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h362 DW_OP_dup =0x12, enumerator
/external/elfutils/libdw/
Ddwarf.h444 DW_OP_dup = 0x12, enumerator
Ddwarf_getlocation.c345 case DW_OP_dup: in __libdw_intern_expression()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp43 Descriptions[DW_OP_dup] = Desc(Op::Dwarf2); in getDescriptions()
/external/elfutils/libdwfl/
Dframe_unwind.c254 case DW_OP_dup: in expr_eval()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp42 Descriptions[DW_OP_dup] = Desc(Op::Dwarf2); in getDescriptions()
/external/elfutils/tests/
Dvarlocs.c206 case DW_OP_dup: in print_expr()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp214 case DW_OP_dup: // 0x12 in GetOpcodeDataSize()
1310 case DW_OP_dup: in Evaluate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp925 case dwarf::DW_OP_dup: in isValid()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1374 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_dup); in constructMemberDIE()
/external/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp1137 case dwarf::DW_OP_dup: in isValid()
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1004 1. ``DW_OP_dup``
1006 ``DW_OP_dup`` duplicates the stack entry at the top of the stack.
/external/libabigail/src/
Dabg-dwarf-reader.cc8029 case DW_OP_dup: in op_manipulates_stack()