/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | dwarf2.h | 84 DW_OP_addr = 0x03, // constant address (size target specific) enumerator
|
H A D | DwarfInstructions.hpp | 399 case DW_OP_addr: in evaluateExpression()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_loc.c | 301 case DW_OP_addr: in _dwarf_loc_fill_loc() 599 case DW_OP_addr: in _dwarf_loc_expr_add_atom()
|
H A D | dwarf_pro_expr.c | 183 if ((ee = _dwarf_add_expr(expr, DW_OP_addr, address, 0, error)) == NULL) in dwarf_add_expr_addr_b()
|
H A D | dwarf.h | 354 #define DW_OP_addr 0x03 macro
|
H A D | libdwarf_attr.c | 280 if (ee->ee_loc.lr_atom != DW_OP_addr || ee->ee_sym == 0) in _dwarf_attr_write()
|
H A D | dwarf_dump.c | 1325 case DW_OP_addr: in dwarf_get_OP_name()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 88 stream.PutHex8(DW_OP_addr); in ConvertPDBLocationToDWARFExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 138 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 D | DWARFLocationExpression.cpp | 211 stream.PutHex8(llvm::dwarf::DW_OP_addr); in MakeGlobalLocationExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 68 case dwarf::DW_OP_addr: in getOperandsDWARFInfo()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 115 case dwarf::DW_OP_addr: { in getExprOpAddressRelocAdjustment()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 297 if (Op.getCode() == dwarf::DW_OP_addr) { in getLocation()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 28 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getOpDescriptions()
|
H A D | DWARFUnit.cpp | 812 if (It->getCode() == dwarf::DW_OP_addr) { in updateVariableDieMap()
|
H A D | DWARFVerifier.cpp | 1697 return !Op.isError() && (Op.getCode() == DW_OP_addr || in isVariableIndexable()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 853 stream.PutHex8(lldb_private::dwarf::DW_OP_addr); in CreateDWARFExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 473 case dwarf::DW_OP_addr: { in getVariableRelocAdjustment() 1224 OutputBuffer.push_back(dwarf::DW_OP_addr); in cloneExpression()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 1100 if (*((uint8_t *)block->bl_data) == DW_OP_addr) in search_line_attr()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 1173 OutputExpression.push_back(dwarf::DW_OP_addr); in cloneDieAttrExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 343 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr); in addOpAddress()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 6706 case DW_OP_addr: in dump_dwarf_loc()
|