Searched refs:RowIndex (Results 1 – 5 of 5) sorted by relevance
635 uint32_t RowIndex = 0; in verifyDebugLineRows() local643 << "] row[" << RowIndex in verifyDebugLineRows()647 if (RowIndex > 0) in verifyDebugLineRows()648 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()659 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()669 ++RowIndex; in verifyDebugLineRows()
1030 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local1031 if (RowIndex == -1U) in getFileLineInfoForAddress()1034 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
989 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local991 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()
667 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local668 if (RowIndex == -1U) in getFileLineInfoForAddress()671 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
518 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local520 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()