Searched refs:RowIndex (Results 1 – 4 of 4) sorted by relevance
1353 uint32_t RowIndex = findRowInSeq(*It, Address); in lookupAddressImpl() local1354 if (RowIndex == UnknownRowIndex || !IsApproximateLine) in lookupAddressImpl()1355 return RowIndex; in lookupAddressImpl()1358 uint32_t ApproxRowIndex = RowIndex; in lookupAddressImpl()1369 return RowIndex; in lookupAddressImpl()1536 uint32_t RowIndex = in getFileLineInfoForAddress() local1538 if (RowIndex == -1U) in getFileLineInfoForAddress()1541 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
1070 uint32_t RowIndex = 0; in verifyDebugLineRows() local1080 << "] row[" << RowIndex in verifyDebugLineRows()1084 if (RowIndex > 0) in verifyDebugLineRows()1085 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()1097 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()1110 ++RowIndex; in verifyDebugLineRows()
1804 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local1806 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
363 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable() local365 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()395 << RowIndex << "] with address " << HEX64(RowAddress) in convertFunctionLineTable()406 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()