Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h92 DW_OP_const8u = 0x0E, // 8-byte constant enumerator
H A DDwarfInstructions.hpp470 case DW_OP_const8u: in evaluateExpression()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c213 case DW_OP_const8u: in _dwarf_loc_fill_loc()
524 case DW_OP_const8u: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h362 #define DW_OP_const8u 0x0e macro
H A Ddwarf_dump.c1243 case DW_OP_const8u: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h141 case dwarf::DW_OP_const8u: in getVariableRelocAdjustment()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp105 case dwarf::DW_OP_const8u: in markEverythingAsKept()
H A DDWARFLinker.cpp455 case dwarf::DW_OP_const8u: in getVariableRelocAdjustment()
1231 OutOperandKind = dwarf::DW_OP_const8u; in cloneExpression()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp75 case dwarf::DW_OP_const8u: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp111 case dwarf::DW_OP_const8u: in getExprOpAddressRelocAdjustment()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp278 case DW_OP_const8u: // 0x0e 1 8-byte constant in GetOpcodeDataSize()
491 case DW_OP_const8u: in LinkThreadLocalStorage()
1292 case DW_OP_const8u: in Evaluate()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp36 Descriptions[DW_OP_const8u] = Desc(Op::Dwarf2, Op::Size8); in getOpDescriptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp279 : FormAndOp{dwarf::DW_FORM_data8, dwarf::DW_OP_const8u}; in addLocationAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1201 OutOperandKind = dwarf::DW_OP_const8u; in cloneDieAttrExpression()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6639 case DW_OP_const8u: in dump_dwarf_loc()