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

References

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  229       return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  447   LastRowIndex = 0;
  494     Sequence.LastRowIndex = RowNumber + 1;
  923   RowIter LastRow = Rows.begin() + Seq.LastRowIndex;
 1010       LastRowIndex = CurSeq.LastRowIndex - 1;