Searched refs:DW_OP_piece (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp148 case DW_OP_piece:
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf_loc.c238 case DW_OP_piece:
460 case DW_OP_piece:
H A Ddwarf.h330 #define DW_OP_piece 0x93 macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2expr.c360 if (op_ptr != op_end && *op_ptr != DW_OP_piece)
362 "used either alone or in conjuction with DW_OP_piece.");
371 if (op_ptr != op_end && *op_ptr != DW_OP_piece)
373 "used either alone or in conjuction with DW_OP_piece.");
H A Ddwarf2read.c7093 case DW_OP_piece:
7094 return "DW_OP_piece";
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp443 case DW_OP_piece: return "DW_OP_piece";
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp191 case 0x93: return "DW_OP_piece";
558 case DW_OP_piece: // 0x93 1 ULEB128 size of piece addressed
559 s->Printf("DW_OP_piece(0x%" PRIx64 ")", m_data.GetULEB128(&offset));
989 case DW_OP_piece: // 0x93 1 ULEB128 size of piece addressed
2534 // OPCODE: DW_OP_piece
2545 // DW_OP_piece provides a way of describing how large a part of a
2548 case DW_OP_piece:
2550 error_ptr->SetErrorString ("Unimplemented opcode DW_OP_piece.");
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h531 DW_OP_piece = 0x93, enumerator in enum:dwarf_location_atom
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h529 DW_OP_piece = 0x93, enumerator in enum:dwarf_location_atom
H A Ddwarf2out.c3079 case DW_OP_piece:
3080 return "DW_OP_piece";
3224 case DW_OP_piece:
3389 case DW_OP_piece:
8593 /* Optionally add a DW_OP_piece term to a location description expression.
8594 DW_OP_piece is only added if the location description expression already
8595 doesn't end with DW_OP_piece. */
8608 if (loc->dw_loc_opc != DW_OP_piece)
8609 loc->dw_loc_next = new_loc_descr (DW_OP_piece, size, 0);
8895 DW_OP_piece complicate
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h471 DW_OP_piece = 0x93, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp266 // Qx = DW_OP_regx(256+2x) DW_OP_piece(8) DW_OP_regx(256+2x+1)
267 // DW_OP_piece(8)
276 OutStreamer.AddComment("DW_OP_piece 8");
277 EmitInt8(dwarf::DW_OP_piece);
283 OutStreamer.AddComment("DW_OP_piece 8");
284 EmitInt8(dwarf::DW_OP_piece);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c866 case DW_OP_piece:
867 printf ("DW_OP_piece: %lu", read_leb128 (data, &bytes_read, 0));

Completed in 297 milliseconds