Searched refs:DW_OP_bregx (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFLocationDescription.cpp70 if (opcode_class == DRC_TWOOPERANDS && opcode == DW_OP_bregx)
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_loc.c284 case DW_OP_bregx:
506 case DW_OP_bregx:
H A Ddwarf.h329 #define DW_OP_bregx 0x92 macro
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp445 case DW_OP_bregx: return "DW_OP_bregx";
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2expr.c417 case DW_OP_bregx:
H A Ddwarf2read.c7091 case DW_OP_bregx:
7092 return "DW_OP_bregx";
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp192 case 0x92: return "DW_OP_bregx";
543 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset
564 s->Printf("DW_OP_bregx(reg=%" PRIu32 ",offset=%" PRIi64 ")", reg_num, reg_offset);
1007 case DW_OP_bregx: // 0x92 2 ULEB128 register followed by SLEB128 offset
2496 // OPCODE: DW_OP_bregx
2503 case DW_OP_bregx:
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h530 DW_OP_bregx = 0x92, enumerator in enum:dwarf_location_atom
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h535 DW_OP_bregx = 0x92, enumerator in enum:dwarf_location_atom
H A Dunwind-dw2.c608 case DW_OP_bregx:
H A Ddwarf2out.c3081 case DW_OP_bregx:
3082 return "DW_OP_bregx";
3224 case DW_OP_bregx:
3389 case DW_OP_bregx:
3471 head = new_loc_descr (DW_OP_bregx, cfa->reg, cfa->base_offset);
3497 head = new_loc_descr (DW_OP_bregx, cfa->reg, offset);
3593 case DW_OP_bregx:
8827 return new_loc_descr (DW_OP_bregx, regno, offset);
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h501 DW_OP_bregx = 0x92, enumerator in enum:llvm::dwarf::LocationAtom
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c859 case DW_OP_bregx:
862 printf ("DW_OP_bregx: %lu %ld", uvalue,
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp859 OutStreamer.AddComment("DW_OP_bregx");
860 EmitInt8(dwarf::DW_OP_bregx);
H A DDwarfCompileUnit.cpp483 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_bregx);

Completed in 337 milliseconds