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

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DDwarf.cpp647 case DW_LNS_advance_pc: return "DW_LNS_advance_pc";
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf.h420 #define DW_LNS_advance_pc 0x02 macro
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp276 case DW_LNS_advance_pc:
280 log->Printf( "0x%8.8x: DW_LNS_advance_pc (0x%x)", op_offset, addr_offset);
699 case DW_LNS_advance_pc:
746 // than twice that range will it need to use both DW_LNS_advance_pc
760 // is this: existing assemblers cannot emit DW_LNS_advance_pc or
763 // requires the use of DW_LNS_advance_pc. Such assemblers, however,
1335 // debug_line_data.Append8(DW_LNS_advance_pc);
1386 // debug_line_data.Append8(DW_LNS_advance_pc);
1419 // debug_line_data.Append8(DW_LNS_advance_pc);
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Ddwarf2.h688 DW_LNS_advance_pc = 2, enumerator in enum:dwarf_line_number_ops
/freebsd-10.1-release/contrib/gcc/
H A Ddwarf2.h692 DW_LNS_advance_pc = 2, enumerator in enum:dwarf_line_number_ops
H A Ddwarf2out.c7971 case DW_LNS_advance_pc:
8025 itself, so we can't use DW_LNS_advance_pc. Many ports do have length
8139 /* ??? See the DW_LNS_advance_pc comment above. */
/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp330 case DW_LNS_advance_pc:
378 // than twice that range will it need to use both DW_LNS_advance_pc
393 // is this: existing assemblers cannot emit DW_LNS_advance_pc or
396 // requires the use of DW_LNS_advance_pc. Such assemblers, however,
/freebsd-10.1-release/contrib/binutils/gas/
H A Ddwarf2dbg.c890 /* Otherwise use DW_LNS_advance_pc. */
922 *p++ = DW_LNS_advance_pc;
979 /* Otherwise use DW_LNS_advance_pc. */
980 *p++ = DW_LNS_advance_pc;
1335 out_byte (1); /* DW_LNS_advance_pc */
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp282 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_pc
380 OS << char(dwarf::DW_LNS_advance_pc);
430 // Otherwise use DW_LNS_advance_pc.
431 OS << char(dwarf::DW_LNS_advance_pc);
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h655 DW_LNS_advance_pc = 0x02, enumerator in enum:llvm::dwarf::LineNumberOps
/freebsd-10.1-release/contrib/binutils/bfd/
H A Ddwarf2.c1246 case DW_LNS_advance_pc:
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c1993 case DW_LNS_advance_pc:
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarf2read.c5450 case DW_LNS_advance_pc:

Completed in 383 milliseconds