Home
last modified time | relevance | path

Searched refs:DW_OP_constx (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
HDAddressesMap.h157 case dwarf::DW_OP_constx: in getVariableRelocAdjustment()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinkerCompileUnit.cpp113 case dwarf::DW_OP_constx: in markEverythingAsKept()
HDDWARFLinker.cpp482 case dwarf::DW_OP_constx: in getVariableRelocAdjustment()
1234 } else if (!Linker.Options.Update && Op.getCode() == dwarf::DW_OP_constx) { in cloneExpression()
/freebsd-head/contrib/elftoolchain/libdwarf/
HDdwarf.h510 #define DW_OP_constx 0xa2 macro
HDdwarf_dump.c1349 case DW_OP_constx: in dwarf_get_OP_name()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp88 case dwarf::DW_OP_constx: in getOperandsDWARFInfo()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
HDDebugInfoLinker.cpp121 case dwarf::DW_OP_constx: in getExprOpAddressRelocAdjustment()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFExpression.cpp100 Descriptions[DW_OP_constx] = Desc(Op::Dwarf5, Op::SizeLEB); in getOpDescriptions()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerCompileUnit.cpp1185 Op.getCode() == dwarf::DW_OP_constx) { in cloneDieAttrExpression()