Searched refs:RowIndex (Results 1 – 4 of 4) sorted by relevance
354 for (uint32_t RowIndex : RowVector) { in convertFunctionLineTable() local356 const DWARFDebugLine::Row &Row = CUI.LineTable->Rows[RowIndex]; in convertFunctionLineTable()386 << RowIndex << "] with address " << HEX64(RowAddress) in convertFunctionLineTable()397 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
1038 uint32_t RowIndex = 0; in verifyDebugLineRows() local1048 << "] row[" << RowIndex in verifyDebugLineRows()1052 if (RowIndex > 0) in verifyDebugLineRows()1053 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()1065 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()1078 ++RowIndex; in verifyDebugLineRows()
1483 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local1484 if (RowIndex == -1U) in getFileLineInfoForAddress()1487 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
1805 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local1807 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()