Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
HDdwarf2.h231 DW_OP_call4 = 0x99, // 4-byte offset of DIE enumerator
HDDwarfInstructions.hpp900 case DW_OP_call4: in evaluateExpression()
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h501 #define DW_OP_call4 0x99 macro
HDlibdwarf_loc.c202 case DW_OP_call4: in _dwarf_loc_fill_loc()
HDdwarf_dump.c1331 case DW_OP_call4: in dwarf_get_OP_name()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp244 case dwarf::DW_OP_call4: in getOperandsDWARFInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFExpression.cpp85 Descriptions[DW_OP_call4] = Desc(Op::Dwarf3, Op::Size4); in getOpDescriptions()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp261 case DW_OP_call4: // 0x99 1 4-byte offset of DIE (DWARF3) in GetOpcodeDataSize()
2066 case DW_OP_call4: in Evaluate()