Home
last modified time | relevance | path

Searched refs:DW_OP_call_ref (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDdwarf2.h232 DW_OP_call_ref = 0x9A, // 4- or 8-byte offset of DIE enumerator
HDDwarfInstructions.hpp901 case DW_OP_call_ref: in evaluateExpression()
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h502 #define DW_OP_call_ref 0x9a macro
HDlibdwarf_loc.c308 case DW_OP_call_ref: in _dwarf_loc_fill_loc()
HDdwarf_dump.c1333 case DW_OP_call_ref: in dwarf_get_OP_name()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp247 case dwarf::DW_OP_call_ref: in getOperandsDWARFInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFExpression.cpp86 Descriptions[DW_OP_call_ref] = Desc(Op::Dwarf3, Op::SizeRefAddr); in getOpDescriptions()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp139 case DW_OP_call_ref: // 0x9a 1 address sized offset of DIE (DWARF3) in GetOpcodeDataSize()