Searched refs:PrevRow (Results 1 – 2 of 2) sorted by relevance
278 DWARFDebugLine::Row PrevRow; in convertFunctionLineTable() local303 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()340 PrevRow = DWARFDebugLine::Row(); in convertFunctionLineTable()343 PrevRow = Row; in convertFunctionLineTable()
1058 const DWARFDebugLine::Row &PrevRow = LineTable->Rows[FirstRow - 1]; in emitDebugLineInfoForOriginalFunctions() local1059 if (PrevRow.Address.Address != Address || PrevRow.EndSequence) in emitDebugLineInfoForOriginalFunctions()