Home
last modified time | relevance | path

Searched refs:PrevRow (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp278 DWARFDebugLine::Row PrevRow; in convertFunctionLineTable() local
303 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
340 PrevRow = DWARFDebugLine::Row(); in convertFunctionLineTable()
343 PrevRow = Row; in convertFunctionLineTable()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1058 const DWARFDebugLine::Row &PrevRow = LineTable->Rows[FirstRow - 1]; in emitDebugLineInfoForOriginalFunctions() local
1059 if (PrevRow.Address.Address != Address || PrevRow.EndSequence) in emitDebugLineInfoForOriginalFunctions()