Lines Matching refs:Rows
543 if (!Rows.empty()) { in dump()
546 for (const Row &R : Rows) { in dump()
558 Rows.clear(); in clear()
574 unsigned RowNumber = LineTable->Rows.size(); in appendRowToMatrix()
875 size_t RowCount = Rows.size(); in parse()
1251 if (Verbose && Rows.size() == RowCount) in parse()
1311 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()
1312 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()
1319 return RowPos - Rows.begin(); in findRowInSeq()
1361 if (Rows[ApproxRowIndex].Line) in lookupAddressImpl()
1541 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()