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

/external/oprofile/opjitconv/
H A Ddebug_line.c59 DW_LNE_end_sequence = 1, enumerator in enum:lne_opcode
244 emit_extended_opcode(b, DW_LNE_end_sequence, NULL, 0);
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c446 case DW_LNE_end_sequence:
H A Ddwarf.h675 DW_LNE_end_sequence = 1, enumerator in enum:__anon21170
/external/llvm/lib/Support/
H A DDwarf.cpp688 case DW_LNE_end_sequence: return "DW_LNE_end_sequence";
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c77 DW_LNE_end_sequence = 1, enumerator in enum:__anon16326
670 dwarf2_dbgfmt_append_line_ext_op(info->debug_line, DW_LNE_end_sequence, 0,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp230 case DW_LNE_end_sequence :
231 log->Printf( "0x%8.8x: DW_LNE_end_sequence", op_offset);
624 case DW_LNE_end_sequence:
629 // with a DW_LNE_end_sequence instruction which creates a row whose
1275 // debug_line_data.Append8(DW_LNE_end_sequence);
1320 // // as we don't want to push any extra rows since the DW_LNE_end_sequence
1339 // debug_line_data.Append8(DW_LNE_end_sequence);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp277 case DW_LNE_end_sequence:
282 // with a DW_LNE_end_sequence instruction which creates a row whose
/external/llvm/include/llvm/Support/
H A DDwarf.h696 DW_LNE_end_sequence = 0x01, enumerator in enum:llvm::dwarf::LineNumberExtendedOps
/external/llvm/lib/MC/
H A DMCDwarf.cpp181 // Emit a DW_LNE_end_sequence for the end of the section.
185 // actually a DW_LNE_end_sequence.
439 // DW_LNE_end_sequence. We cannot use special opcodes here, since we want the
450 OS << char(dwarf::DW_LNE_end_sequence);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c186 DW_LNE_end_sequence = 1, enumerator in enum:dwarf_line_number_x_ops
343 case DW_LNE_end_sequence:
/external/elfutils/0.153/src/
H A Dreadelf.c6257 case DW_LNE_end_sequence:

Completed in 632 milliseconds