Searched refs:DW_OP_deref_size (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp496 case dwarf::DW_OP_deref_size:
497 emitOp(dwarf::DW_OP_deref_size);
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarf2expr.c514 case DW_OP_deref_size:
539 case DW_OP_deref_size:
H A Ddwarf2read.c7095 case DW_OP_deref_size:
7096 return "DW_OP_deref_size";
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c180 case DW_OP_deref_size:
497 case DW_OP_deref_size:
H A Ddwarf.h441 #define DW_OP_deref_size 0x94 macro
H A Ddwarf_dump.c1123 case DW_OP_deref_size:
1124 *s = "DW_OP_deref_size"; break;
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h226 DW_OP_deref_size = 0x94, // 1-byte size of data retrieved enumerator in enum:__anon3765
H A DDwarfInstructions.hpp777 case DW_OP_deref_size:
794 _LIBUNWIND_ABORT("DW_OP_deref_size with bad size");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp83 Descriptions[DW_OP_deref_size] = Desc(Op::Dwarf2, Op::Size1);
/freebsd-12-stable/contrib/gcc/
H A Ddwarf2.h537 DW_OP_deref_size = 0x94, enumerator in enum:dwarf_location_atom
H A Dunwind-dw2.c660 case DW_OP_deref_size:
680 case DW_OP_deref_size:
H A Ddwarf2out.c3085 case DW_OP_deref_size:
3086 return "DW_OP_deref_size";
3231 case DW_OP_deref_size:
3396 case DW_OP_deref_size:
9569 op = DW_OP_deref_size;
/freebsd-12-stable/contrib/binutils/include/elf/
H A Ddwarf2.h532 DW_OP_deref_size = 0x94, enumerator in enum:dwarf_location_atom
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp314 case DW_OP_deref_size: // 0x94 1 1-byte size of data retrieved
1097 // OPCODE: DW_OP_deref_size
1102 // address is pushed. In the DW_OP_deref_size operation, however, the size
1109 case DW_OP_deref_size: {
1113 "Expression stack empty for DW_OP_deref_size.");
2667 case DW_OP_deref_size:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp846 case dwarf::DW_OP_deref_size:
921 case dwarf::DW_OP_deref_size:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1234 SmallVector<uint64_t, 2> Ops = {dwarf::DW_OP_deref_size, Size};
H A DTargetInstrInfo.cpp1176 Ops.push_back(dwarf::DW_OP_deref_size);
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddwarf.c870 case DW_OP_deref_size:
871 printf ("DW_OP_deref_size: %ld", (long) byte_get (data++, 1));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1692 dwarf::DW_OP_deref_size, SizeInOctets,
/freebsd-12-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6524 case DW_OP_deref_size:

Completed in 408 milliseconds