Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/libunwind/src/
H A Ddwarf2.h84 DW_OP_addr = 0x03, // constant address (size target specific) enumerator
H A DDwarfInstructions.hpp407 case DW_OP_addr: in evaluateExpression()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp88 stream.PutHex8(DW_OP_addr); in ConvertPDBLocationToDWARFExpression()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbdwarf.py6 DW_OP_addr = 0x03 variable
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp83 (*Block)[0] == dwarf::DW_OP_addr) in markEverythingAsKept()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2.h253 DW_OP_addr = 0x03, enumerator
H A Dunwind-dw2.c405 case DW_OP_addr: in execute_stack_op()
H A Ddwarf2out.c2214 #define INTERNAL_DW_OP_tls_addr (0x100 + DW_OP_addr)
2342 case DW_OP_addr:
2699 case DW_OP_addr:
2831 case DW_OP_addr:
2862 case DW_OP_addr:
7045 if (loc->dw_loc_opc != DW_OP_addr) in output_aranges()
8246 mem_loc_result = new_loc_descr (DW_OP_addr, 0, 0);
8497 ret = new_loc_descr (DW_OP_addr, 0, 0);
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Ddwarf2.h371 DW_OP_addr = 0x03, enumerator
/openbsd/usr.bin/ctfconv/
H A Ddwarf.h481 #define DW_OP_addr 0x03 macro
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp150 case DW_OP_addr: in GetOpcodeDataSize()
366 if (op == DW_OP_addr) { in GetLocation_DW_OP_addr()
401 if (op == DW_OP_addr) { in Update_DW_OP_addr()
932 case DW_OP_addr: in Evaluate()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Ddwarf2.h388 DW_OP_addr = 0x03, enumerator
/openbsd/gnu/gcc/gcc/
H A Ddwarf2.h390 DW_OP_addr = 0x03, enumerator
H A Ddwarf2out.c2665 #define INTERNAL_DW_OP_tls_addr (0x100 + DW_OP_addr)
2794 case DW_OP_addr: in dwarf_stack_op_name()
3142 case DW_OP_addr: in size_of_loc_descr()
3284 case DW_OP_addr: in output_loc_operands()
3312 case DW_OP_addr: in output_loc_operands()
7481 gcc_assert (loc->dw_loc_opc == DW_OP_addr); in output_aranges()
8888 mem_loc_result = new_loc_descr (DW_OP_addr, 0, 0); in mem_loc_descriptor()
9187 ret = new_loc_descr (DW_OP_addr, 0, 0); in loc_descriptor_from_tree_1()
H A Dunwind-dw2.c512 case DW_OP_addr: in execute_stack_op()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp211 stream.PutHex8(llvm::dwarf::DW_OP_addr); in MakeGlobalLocationExpression()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2loc.c452 if (dlbaton->data[0] == DW_OP_addr) in locexpr_describe_location()
H A Ddwarf2expr.c305 case DW_OP_addr: in execute_stack_op()
H A Ddwarf2read.c6702 && DW_BLOCK (attr)->data[0] == DW_OP_addr) in var_decode_location()
7897 case DW_OP_addr: in dwarf_stack_op_name()
8648 case DW_OP_addr: in decode_locdesc()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp233 if (Op.getCode() == dwarf::DW_OP_addr) { in getLocation()
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp111 (Op.getCode() == dwarf::DW_OP_addr && in isLiveVariable()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp68 case dwarf::DW_OP_addr: in getOperandsDWARFInfo()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp29 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getDescriptions()
H A DDWARFUnit.cpp800 if (It->getCode() == dwarf::DW_OP_addr) { in updateVariableDieMap()
H A DDWARFVerifier.cpp1453 return !Op.isError() && (Op.getCode() == DW_OP_addr || in isVariableIndexable()

12