Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h505 #define DW_OP_bit_piece 0x9d macro
H A Dlibdwarf_loc.c270 case DW_OP_bit_piece: in _dwarf_loc_fill_loc()
H A Ddwarf_dump.c1339 case DW_OP_bit_piece: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp298 case dwarf::DW_OP_bit_piece: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp79 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp89 Descriptions[DW_OP_bit_piece] = Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeLEB); in getOpDescriptions()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp316 case DW_OP_bit_piece: // 0x9d ULEB128 bit size, ULEB128 bit offset (DWARF3); in GetOpcodeDataSize()
1939 case DW_OP_bit_piece: // 0x9d ULEB128 bit size, ULEB128 bit offset (DWARF3); in Evaluate()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp642 if (N >= 3 && Expr[N - 3] == dwarf::DW_OP_bit_piece) in upgradeDIExpression()