Searched refs:FirstRowIndex (Results 1 – 4 of 4) sorted by relevance
532 FirstRowIndex = 0; in reset()580 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()1304 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()1384 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRangeImpl() local1386 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRangeImpl()1394 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1397 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
208 unsigned FirstRowIndex; member220 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
932 LnStats.NumEntries += Seq.LastRowIndex - Seq.FirstRowIndex - 1; in collectStatsForObjectFile()933 for (size_t RowIdx = Seq.FirstRowIndex; RowIdx < Seq.LastRowIndex - 1; in collectStatsForObjectFile()
1261 for (unsigned idx = seq.FirstRowIndex; idx < seq.LastRowIndex; ++idx) { in ParseLineTable()