reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  420   EndSequence = false;
  437      << (EndSequence ? " end_sequence" : "") << '\n';
  491   if (Row.EndSequence) {
  597         State.Row.EndSequence = true;
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  781       if (Row.EndSequence)
tools/dsymutil/DwarfLinker.cpp
 1785       InsertPoint->EndSequence) {
 1863         (Row.Address.Address == CurrRange.stop() && !Row.EndSequence)) {
 1896         NextLine.EndSequence = 1;
 1909     if (Row.EndSequence && Seq.empty())
 1916     if (Row.EndSequence)
tools/dsymutil/DwarfStreamer.cpp
  560     if (!Row.EndSequence) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1007         row.EndSequence);
 1008     if (row.EndSequence) {