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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp642 case DW_LNS_copy: return "DW_LNS_copy";
/freebsd-10.0-release/contrib/binutils/gas/
H A Ddwarf2dbg.c893 /* DW_LNS_copy or special opcode. */
947 /* Prettier, I think, to use DW_LNS_copy instead of a "line +0, addr +0"
951 *p++ = DW_LNS_copy;
984 *p++ = DW_LNS_copy;
1037 out_opcode (DW_LNS_copy);
1334 out_byte (0); /* DW_LNS_copy */
/freebsd-10.0-release/lib/libdwarf/
H A Ddwarf.h419 #define DW_LNS_copy 0x01 macro
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp271 case DW_LNS_copy:
272 log->Printf( "0x%8.8x: DW_LNS_copy", op_offset);
689 case DW_LNS_copy:
1373 // // do a DW_LNS_copy to push a row (special opcode
1388 // debug_line_data.Append8(DW_LNS_copy);
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Ddwarf2.h687 DW_LNS_copy = 1, enumerator in enum:dwarf_line_number_ops
/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2.h684 DW_LNS_copy = 1, enumerator in enum:dwarf_line_number_ops
H A Ddwarf2out.c8033 dw2_asm_output_data (1, DW_LNS_copy, "DW_LNS_copy");
8038 dw2_asm_output_data (1, DW_LNS_copy, "DW_LNS_copy");
8135 dw2_asm_output_data (1, DW_LNS_copy, "DW_LNS_copy");
8139 dw2_asm_output_data (1, DW_LNS_copy, "DW_LNS_copy");
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h594 DW_LNS_copy = 0x01, enumerator in enum:llvm::dwarf::dwarf_constants
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp323 case DW_LNS_copy:
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp287 MCOS->EmitIntValue(0, 1); // length of DW_LNS_copy
417 // Use DW_LNS_copy instead of a "line +0, addr +0" special opcode.
419 OS << char(dwarf::DW_LNS_copy);
449 OS << char(dwarf::DW_LNS_copy);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Ddwarf2.c1151 address, we must compare on every DW_LNS_copy, etc. */
1239 case DW_LNS_copy:
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.c1989 case DW_LNS_copy:
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c5445 case DW_LNS_copy:

Completed in 220 milliseconds