Home
last modified time | relevance | path

Searched refs:DW_OP_const4u (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDdwarf2.h90 DW_OP_const4u = 0x0C, // 4-byte constant enumerator
HDDwarfInstructions.hpp452 case DW_OP_const4u: in evaluateExpression()
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDlibdwarf_loc.c203 case DW_OP_const4u: in _dwarf_loc_fill_loc()
515 case DW_OP_const4u: in _dwarf_loc_expr_add_atom()
HDdwarf.h360 #define DW_OP_const4u 0x0c macro
HDdwarf_dump.c1239 case DW_OP_const4u: in dwarf_get_OP_name()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
HDAddressesMap.h140 case dwarf::DW_OP_const4u: in getVariableRelocAdjustment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinkerCompileUnit.cpp104 case dwarf::DW_OP_const4u: in markEverythingAsKept()
HDDWARFLinker.cpp465 case dwarf::DW_OP_const4u: in getVariableRelocAdjustment()
1245 OutOperandKind = dwarf::DW_OP_const4u; in cloneExpression()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp74 case dwarf::DW_OP_const4u: in getOperandsDWARFInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
HDDebugInfoLinker.cpp110 case dwarf::DW_OP_const4u: in getExprOpAddressRelocAdjustment()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp259 case DW_OP_const4u: // 0x0c 1 4-byte constant in GetOpcodeDataSize()
469 case DW_OP_const4u: in LinkThreadLocalStorage()
1218 case DW_OP_const4u: in Evaluate()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFExpression.cpp34 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); in getOpDescriptions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp293 ? FormAndOp{dwarf::DW_FORM_data4, dwarf::DW_OP_const4u} in addLocationAttribute()
HDDwarfUnit.cpp326 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_const4u); in addPoolOpAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerCompileUnit.cpp1198 OutOperandKind = dwarf::DW_OP_const4u; in cloneDieAttrExpression()
/freebsd-14-stable/contrib/elftoolchain/readelf/
HDreadelf.c6638 case DW_OP_const4u: in dump_dwarf_loc()