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/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp286 case DW_LNS_advance_pc:
334 // than twice that range will it need to use both DW_LNS_advance_pc
349 // is this: existing assemblers cannot emit DW_LNS_advance_pc or
352 // requires the use of DW_LNS_advance_pc. Such assemblers, however,
/external/llvm/lib/Support/
H A DDwarf.cpp627 case DW_LNS_advance_pc: return "DW_LNS_advance_pc";
/external/elfutils/libdw/
H A Ddwarf.h482 DW_LNS_advance_pc = 2, enumerator in enum:__anon4164
H A Ddwarf_getsrclines.c463 case DW_LNS_advance_pc:
/external/llvm/lib/MC/
H A DMCDwarf.cpp251 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_pc
359 OS << char(dwarf::DW_LNS_advance_pc);
412 // Otherwise use DW_LNS_advance_pc.
413 OS << char(dwarf::DW_LNS_advance_pc);
/external/llvm/include/llvm/Support/
H A DDwarf.h561 DW_LNS_advance_pc = 0x02, enumerator in enum:llvm::dwarf::dwarf_constants
/external/qemu/elff/
H A Ddwarf_cu.cc554 case DW_LNS_advance_pc: {
H A Ddwarf.h789 #define DW_LNS_advance_pc 0x02 macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c167 DW_LNS_advance_pc = 2, enumerator in enum:dwarf_line_number_ops
829 case DW_LNS_advance_pc:
/external/elfutils/src/
H A Dreadelf.c4005 case DW_LNS_advance_pc:

Completed in 435 milliseconds