Searched refs:FirstRowIndex (Results 1 – 3 of 3) sorted by relevance
509 FirstRowIndex = 0; in reset()557 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()1231 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()1311 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRangeImpl() local1313 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRangeImpl()1321 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1324 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
204 unsigned FirstRowIndex; member216 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
1178 for (unsigned idx = seq.FirstRowIndex; idx < seq.LastRowIndex; ++idx) { in ParseLineTable()