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

/external/oprofile/opjitconv/
H A Ddebug_line.c43 DW_LNS_advance_pc, enumerator in enum:lns_opcode
232 emit_opcode_unsigned(b, DW_LNS_advance_pc, delta_pc);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c40 DW_LNS_advance_pc, enumerator in enum:__anon16325
60 1, /* DW_LNS_advance_pc */
462 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_advance_pc,
668 dwarf2_dbgfmt_append_line_op(info->debug_line, DW_LNS_advance_pc,
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c339 or DW_LNS_advance_pc (as per DWARF4 6.2.5.1). */
559 case DW_LNS_advance_pc:
H A Ddwarf.h658 DW_LNS_advance_pc = 2, enumerator in enum:__anon21169
/external/llvm/lib/Support/
H A DDwarf.cpp668 case DW_LNS_advance_pc: return "DW_LNS_advance_pc";
/external/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);
696 case DW_LNS_advance_pc:
743 // than twice that range will it need to use both DW_LNS_advance_pc
757 // is this: existing assemblers cannot emit DW_LNS_advance_pc or
760 // requires the use of DW_LNS_advance_pc. Such assemblers, however,
1332 // debug_line_data.Append8(DW_LNS_advance_pc);
1383 // debug_line_data.Append8(DW_LNS_advance_pc);
1416 // debug_line_data.Append8(DW_LNS_advance_pc);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp360 case DW_LNS_advance_pc:
408 // than twice that range will it need to use both DW_LNS_advance_pc
423 // is this: existing assemblers cannot emit DW_LNS_advance_pc or
426 // requires the use of DW_LNS_advance_pc. Such assemblers, however,
/external/llvm/lib/MC/
H A DMCDwarf.cpp234 1, // length of DW_LNS_advance_pc
445 OS << char(dwarf::DW_LNS_advance_pc);
495 // Otherwise use DW_LNS_advance_pc.
496 OS << char(dwarf::DW_LNS_advance_pc);
/external/llvm/include/llvm/Support/
H A DDwarf.h681 DW_LNS_advance_pc = 0x02, enumerator in enum:llvm::dwarf::LineNumberOps
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c169 DW_LNS_advance_pc = 2, enumerator in enum:dwarf_line_number_ops
787 case DW_LNS_advance_pc: {
/external/elfutils/0.153/src/
H A Dreadelf.c6187 or DW_LNS_advance_pc (as per DWARF4 6.2.5.1). */
6329 case DW_LNS_advance_pc:

Completed in 1386 milliseconds