Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h231 DW_OP_call4 = 0x99, // 4-byte offset of DIE enumerator
H A DDwarfInstructions.hpp900 case DW_OP_call4: in evaluateExpression()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h501 #define DW_OP_call4 0x99 macro
H A Dlibdwarf_loc.c202 case DW_OP_call4: in _dwarf_loc_fill_loc()
H A Ddwarf_dump.c1331 case DW_OP_call4: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp244 case dwarf::DW_OP_call4: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp85 Descriptions[DW_OP_call4] = Desc(Op::Dwarf3, Op::Size4); in getOpDescriptions()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp261 case DW_OP_call4: // 0x99 1 4-byte offset of DIE (DWARF3) in GetOpcodeDataSize()
2066 case DW_OP_call4: in Evaluate()