Home
last modified time | relevance | path

Searched refs:DW_OP_piece (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp273 stream.PutHex8(llvm::dwarf::DW_OP_piece); in MakeEnregisteredLocationExpressionForComposite()
286 stream.PutHex8(llvm::dwarf::DW_OP_piece); in MakeEnregisteredLocationExpressionForComposite()
295 stream.PutHex8(llvm::dwarf::DW_OP_piece); in MakeEnregisteredLocationExpressionForComposite()
/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h225 DW_OP_piece = 0x93, // ULEB128 size of piece addressed enumerator
H A DDwarfInstructions.hpp868 case DW_OP_piece: in evaluateExpression()
869 _LIBUNWIND_ABORT("DW_OP_piece not implemented"); in evaluateExpression()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c222 case DW_OP_piece: in _dwarf_loc_fill_loc()
536 case DW_OP_piece: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h495 #define DW_OP_piece 0x93 macro
H A Ddwarf_dump.c1253 case DW_OP_piece: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp295 case dwarf::DW_OP_piece: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp83 emitOp(dwarf::DW_OP_piece); in addOpPiece()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp79 Descriptions[DW_OP_piece] = Desc(Op::Dwarf2, Op::SizeLEB); in getOpDescriptions()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp308 case DW_OP_piece: // 0x93 1 ULEB128 size of piece addressed in GetOpcodeDataSize()
1821 case DW_OP_piece: { in Evaluate()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6643 case DW_OP_piece: in dump_dwarf_loc()