Searched refs:LastRowIndex (Results 1 – 4 of 4) sorted by relevance
532 LastRowIndex = 0; in reset()585 Sequence.LastRowIndex = RowNumber + 1; in appendRowToMatrix()1312 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()1442 uint32_t LastRowIndex = in lookupAddressRangeImpl() local1444 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()1445 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRangeImpl()1448 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1450 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
210 unsigned LastRowIndex; member224 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
934 LnStats.NumEntries += Seq.LastRowIndex - Seq.FirstRowIndex - 1; in collectStatsForObjectFile()935 for (size_t RowIdx = Seq.FirstRowIndex; RowIdx < Seq.LastRowIndex - 1; in collectStatsForObjectFile()
1259 for (unsigned idx = seq.FirstRowIndex; idx < seq.LastRowIndex; ++idx) { in ParseLineTable()