Searched refs:DW_OP_plus (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp117 stream.PutHex8(DW_OP_plus);
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c154 case DW_OP_plus:
474 case DW_OP_plus:
H A Ddwarf.h327 #define DW_OP_plus 0x22 macro
H A Ddwarf_dump.c1093 case DW_OP_plus:
1094 *s = "DW_OP_plus"; break;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2expr.c575 case DW_OP_plus:
622 case DW_OP_plus:
H A Ddwarf2read.c6867 case DW_OP_plus:
6868 return "DW_OP_plus";
7604 case DW_OP_plus:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp292 // [Reg, DW_OP_constu, Offset, DW_OP_plus] --> [DW_OP_breg, Offset]
299 if (N && N->getOp() == dwarf::DW_OP_plus && Offset <= IntMax) {
420 case dwarf::DW_OP_plus:
H A DDebugHandlerBase.cpp54 case dwarf::DW_OP_plus:
H A DDwarfUnit.cpp1487 addUInt(*VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h112 DW_OP_plus = 0x22, enumerator in enum:__anon1308
H A DDwarfInstructions.hpp535 case DW_OP_plus:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp185 m_out_stream.PutHex8(DW_OP_plus);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp190 stream.PutHex8(llvm::dwarf::DW_OP_plus);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp909 case dwarf::DW_OP_plus:
1009 if (Elements[2] == dwarf::DW_OP_plus) {
1157 case dwarf::DW_OP_plus:
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2.h423 DW_OP_plus = 0x22, enumerator in enum:dwarf_location_atom
H A Dunwind-dw2.c729 case DW_OP_plus:
769 case DW_OP_plus:
H A Ddwarf2out.c2857 case DW_OP_plus:
2858 return "DW_OP_plus";
8995 new_loc_descr (DW_OP_plus, 0, 0));
9315 add_loc_descr (&ret, new_loc_descr (DW_OP_plus, 0, 0));
9324 add_loc_descr (&ret, new_loc_descr (DW_OP_plus, 0, 0));
9416 op = DW_OP_plus;
9826 tmp = new_loc_descr (DW_OP_plus, 0, 0);
/freebsd-11-stable/contrib/binutils/include/elf/
H A Ddwarf2.h418 DW_OP_plus = 0x22, enumerator in enum:dwarf_location_atom
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp59 Descriptions[DW_OP_plus] = Desc(Op::Dwarf2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp572 // Change DW_OP_plus to DW_OP_plus_uconst.
586 case dwarf::DW_OP_plus:
600 case dwarf::DW_OP_plus:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp227 case DW_OP_plus: // 0x22
1562 // OPCODE: DW_OP_plus
1566 case DW_OP_plus:
1570 "Expression stack needs at least 2 items for DW_OP_plus.");
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c696 case DW_OP_plus:
697 printf ("DW_OP_plus");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1690 // DW_OP_mul DW_OP_constu <ValInit> DW_OP_plus DW_OP_stack_value
1695 dwarf::DW_OP_plus};
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6504 case DW_OP_plus:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7673 Ops.push_back(dwarf::DW_OP_plus);

Completed in 251 milliseconds