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

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  479   Sequence.reset();
  484   if (Sequence.Empty) {
  486     Sequence.Empty = false;
  487     Sequence.LowPC = Row.Address.Address;
  488     Sequence.FirstRowIndex = RowNumber;
  493     Sequence.HighPC = Row.Address.Address;
  494     Sequence.LastRowIndex = RowNumber + 1;
  495     Sequence.SectionIndex = Row.Address.SectionIndex;
  496     if (Sequence.isValid())
  497       LineTable->appendSequence(Sequence);
  498     Sequence.reset();
  890   if (!State.Sequence.Empty)