Home
last modified time | relevance | path

Searched refs:DW_OP_const8u (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/DebugInfo/PowerPC/
Dtls.ll8 ; DW_OP_const8u
/external/llvm/test/DebugInfo/X86/
Dtls.ll35 ; DW_OP_const8u (0x0e == 14) of address
40 ; DW_OP_const8u (0x0e == 14) of address
/external/libcxxabi/src/Unwind/
Ddwarf2.h90 DW_OP_const8u = 0x0E, // 8-byte constant enumerator
DDwarfInstructions.hpp314 case DW_OP_const8u: in evaluateExpression()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationDescription.cpp92 case DW_OP_const8u: size = 8; break; in print_dwarf_exp_op()
/external/libunwind/src/dwarf/
DGexpr.c61 [DW_OP_const8u] = OPND1 (VAL64),
336 case DW_OP_const8u: in dwarf_eval_expr()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h346 DW_OP_const8u =0x0e, enumerator
/external/libunwind/include/
Ddwarf.h67 DW_OP_const8u = 0x0e, enumerator
/external/elfutils/src/libdw/
Ddwarf.h324 DW_OP_const8u = 0x0e, /* Unsigned 8-byte constant. */ enumerator
Ddwarf_getlocation.c378 case DW_OP_const8u: in __libdw_intern_expression()
Dknown-dwarf.h433 ONE_KNOWN_DW_OP_DESC (const8u, DW_OP_const8u, "Unsigned 8-byte constant.") \
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h415 DW_OP_const8u = 0x0e, enumerator
Dd3basics.c724 case DW_OP_const8u: in ML_()
/external/lldb/source/Expression/
DDWARFExpression.cpp326 …case DW_OP_const8u: s->Printf("DW_OP_const8u(0x%16.16" PRIx64 ") ", m_data.GetU64(&offset)); break… in DumpLocation()
947 case DW_OP_const8u: // 0x0e 1 8-byte constant in GetOpcodeDataSize()
1634 …case DW_OP_const8u : stack.push_back(Scalar((uint64_t)opcodes.GetU64 (&offset))); b… in Evaluate()
/external/elfutils/src/libdwfl/
Dframe_unwind.c192 case DW_OP_const8u: in expr_eval()
/external/elfutils/src/tests/
Dvarlocs.c257 case DW_OP_const8u: in print_expr()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp158 PointerSize == 4 ? dwarf::DW_OP_const4u : dwarf::DW_OP_const8u); in getOrCreateGlobalVariableDIE()
/external/elfutils/src/src/
Dreadelf.c4053 case DW_OP_const8u: in print_ops()