Searched refs:RowVector (Results 1 – 3 of 3) sorted by relevance
304 using RowVector = std::vector<Row>; member305 using RowIter = RowVector::const_iterator;310 RowVector Rows;
313 std::vector<uint32_t> RowVector; in convertFunctionLineTable() local332 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector, in convertFunctionLineTable()363 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable()406 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()425 for (uint32_t RowIndex2 : RowVector) in convertFunctionLineTable()
1798 std::vector<uint32_t> RowVector; in getLineInfoForAddressRange() local1800 Size, RowVector)) { in getLineInfoForAddressRange()1804 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange()