Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDdwarf2.h92 DW_OP_const8u = 0x0E, // 8-byte constant enumerator
HDDwarfInstructions.hpp470 case DW_OP_const8u: in evaluateExpression()
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDlibdwarf_loc.c213 case DW_OP_const8u: in _dwarf_loc_fill_loc()
524 case DW_OP_const8u: in _dwarf_loc_expr_add_atom()
HDdwarf.h362 #define DW_OP_const8u 0x0e macro
HDdwarf_dump.c1243 case DW_OP_const8u: in dwarf_get_OP_name()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
HDAddressesMap.h141 case dwarf::DW_OP_const8u: in getVariableRelocAdjustment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinkerCompileUnit.cpp105 case dwarf::DW_OP_const8u: in markEverythingAsKept()
HDDWARFLinker.cpp466 case dwarf::DW_OP_const8u: in getVariableRelocAdjustment()
1248 OutOperandKind = dwarf::DW_OP_const8u; in cloneExpression()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp75 case dwarf::DW_OP_const8u: in getOperandsDWARFInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
HDDebugInfoLinker.cpp111 case dwarf::DW_OP_const8u: in getExprOpAddressRelocAdjustment()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp265 case DW_OP_const8u: // 0x0e 1 8-byte constant in GetOpcodeDataSize()
478 case DW_OP_const8u: in LinkThreadLocalStorage()
1224 case DW_OP_const8u: in Evaluate()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFExpression.cpp36 Descriptions[DW_OP_const8u] = Desc(Op::Dwarf2, Op::Size8); in getOpDescriptions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp294 : FormAndOp{dwarf::DW_FORM_data8, dwarf::DW_OP_const8u}; in addLocationAttribute()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerCompileUnit.cpp1201 OutOperandKind = dwarf::DW_OP_const8u; in cloneDieAttrExpression()
/freebsd-14-stable/contrib/elftoolchain/readelf/
HDreadelf.c6639 case DW_OP_const8u: in dump_dwarf_loc()