Searched refs:FirstRowIndex (Results 1 – 5 of 5) sorted by relevance
531 FirstRowIndex = 0; in reset()579 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()1311 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()1360 for (; ApproxRowIndex >= It->FirstRowIndex; --ApproxRowIndex) { in lookupAddressImpl()1366 if (ApproxRowIndex < It->FirstRowIndex) in lookupAddressImpl()1437 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRangeImpl() local1439 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRangeImpl()1447 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1450 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
209 unsigned FirstRowIndex; 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()
2301 SeqOffToOrigRow[Seq.StmtSeqOffset] = Seq.FirstRowIndex; in generateLineTableForUnit()
1259 for (unsigned idx = seq.FirstRowIndex; idx < seq.LastRowIndex; ++idx) { in ParseLineTable()