Home
last modified time | relevance | path

Searched refs:DW_OP_addr (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h84 DW_OP_addr = 0x03, // constant address (size target specific) enumerator
H A DDwarfInstructions.hpp399 case DW_OP_addr: in evaluateExpression()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c301 case DW_OP_addr: in _dwarf_loc_fill_loc()
599 case DW_OP_addr: in _dwarf_loc_expr_add_atom()
H A Ddwarf_pro_expr.c183 if ((ee = _dwarf_add_expr(expr, DW_OP_addr, address, 0, error)) == NULL) in dwarf_add_expr_addr_b()
H A Ddwarf.h354 #define DW_OP_addr 0x03 macro
H A Dlibdwarf_attr.c280 if (ee->ee_loc.lr_atom != DW_OP_addr || ee->ee_sym == 0) in _dwarf_attr_write()
H A Ddwarf_dump.c1325 case DW_OP_addr: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp88 stream.PutHex8(DW_OP_addr); in ConvertPDBLocationToDWARFExpression()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp138 case DW_OP_addr: in GetOpcodeDataSize()
352 if (op == DW_OP_addr) in GetLocation_DW_OP_addr()
378 if (op == DW_OP_addr) { in Update_DW_OP_addr()
415 encoder.AppendU8(DW_OP_addr); in Update_DW_OP_addr()
902 case DW_OP_addr: in Evaluate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp211 stream.PutHex8(llvm::dwarf::DW_OP_addr); in MakeGlobalLocationExpression()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp68 case dwarf::DW_OP_addr: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp115 case dwarf::DW_OP_addr: { in getExprOpAddressRelocAdjustment()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp297 if (Op.getCode() == dwarf::DW_OP_addr) { in getLocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp28 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getOpDescriptions()
H A DDWARFUnit.cpp812 if (It->getCode() == dwarf::DW_OP_addr) { in updateVariableDieMap()
H A DDWARFVerifier.cpp1697 return !Op.isError() && (Op.getCode() == DW_OP_addr || in isVariableIndexable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp853 stream.PutHex8(lldb_private::dwarf::DW_OP_addr); in CreateDWARFExpression()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp473 case dwarf::DW_OP_addr: { in getVariableRelocAdjustment()
1224 OutputBuffer.push_back(dwarf::DW_OP_addr); in cloneExpression()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1100 if (*((uint8_t *)block->bl_data) == DW_OP_addr) in search_line_attr()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1173 OutputExpression.push_back(dwarf::DW_OP_addr); in cloneDieAttrExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp343 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr); in addOpAddress()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6706 case DW_OP_addr: in dump_dwarf_loc()