Searched refs:RowVector (Results 1 – 3 of 3) sorted by relevance
288 using RowVector = std::vector<Row>; member289 using RowIter = RowVector::const_iterator;294 RowVector Rows;
316 std::vector<uint32_t> RowVector; in convertFunctionLineTable() 324 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable() 354 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable() 397 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable() 416 for (uint32_t RowIndex2 : RowVector) in convertFunctionLineTable() 306 std::vector<uint32_t> RowVector; convertFunctionLineTable() local
1799 std::vector<uint32_t> RowVector; in getLineInfoForAddressRange() 1801 Size, RowVector)) { in getLineInfoForAddressRange() 1805 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() 1797 std::vector<uint32_t> RowVector; getLineInfoForAddressRange() local