Searched refs:RowIndex (Results 1 – 3 of 3) sorted by relevance
773 uint32_t RowIndex = 0; in verifyDebugLineRows() local781 << "] row[" << RowIndex in verifyDebugLineRows()785 if (RowIndex > 0) in verifyDebugLineRows()786 LineTable->Rows[RowIndex - 1].dump(OS); in verifyDebugLineRows()797 << "][" << RowIndex << "] has invalid file index " << Row.File in verifyDebugLineRows()807 ++RowIndex; in verifyDebugLineRows()
1018 uint32_t RowIndex = lookupAddress(Address); in getFileLineInfoForAddress() local1019 if (RowIndex == -1U) in getFileLineInfoForAddress()1022 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress()
1018 for (uint32_t RowIndex : RowVector) { in getLineInfoForAddressRange() local1020 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange()