Searched refs:RowIndex (Results 1 – 4 of 4) sorted by relevance
279 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable() local281 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()293 "line table Row[" << RowIndex << "] with address " in convertFunctionLineTable()303 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
908 uint32_t RowIndex = 0; in verifyDebugLineRows() local916 << "] row[" << RowIndex in verifyDebugLineRows()920 if (RowIndex > 0) in verifyDebugLineRows()921 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()933 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()945 ++RowIndex; in verifyDebugLineRows()
1410 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local1411 if (RowIndex == -1U) in getFileLineInfoForAddress()1414 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
1382 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local1384 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()