Home
last modified time | relevance | path

Searched refs:DW_OP_xderef (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h102 DW_OP_xderef = 0x18, enumerator
H A DDwarfInstructions.hpp556 case DW_OP_xderef: in evaluateExpression()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c143 case DW_OP_xderef: in _dwarf_loc_fill_loc()
463 case DW_OP_xderef: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h372 #define DW_OP_xderef 0x18 macro
H A Ddwarf_dump.c1177 case DW_OP_xderef: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp628 case dwarf::DW_OP_xderef: in addExpression()
630 emitOp(dwarf::DW_OP_xderef); in addExpression()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp145 case dwarf::DW_OP_xderef: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp46 Descriptions[DW_OP_xderef] = Desc(Op::Dwarf2); in getOpDescriptions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1482 case dwarf::DW_OP_xderef: in isValid()
1739 SingleLocElts[PatternSize - 1] == dwarf::DW_OP_xderef) { in extractAddressClass()
1942 case dwarf::DW_OP_xderef: in createFragmentExpression()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp162 case DW_OP_xderef: // 0x18 in GetOpcodeDataSize()
1256 case DW_OP_xderef: in Evaluate()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6601 case DW_OP_xderef: in dump_dwarf_loc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4472 Expr.push_back(llvm::dwarf::DW_OP_xderef); in AppendAddressSpaceXDeref()