Searched refs:FirstRowIndex (Results 1 – 3 of 3) sorted by relevance
516 FirstRowIndex = 0; in reset()564 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()1288 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()1368 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRangeImpl() local1370 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRangeImpl()1378 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1381 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
208 unsigned FirstRowIndex; member220 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
1254 for (unsigned idx = seq.FirstRowIndex; idx < seq.LastRowIndex; ++idx) { in ParseLineTable()