Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp279 DWARFDebugLine::Row PrevRow; in convertFunctionLineTable() local
304 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
339 PrevRow = DWARFDebugLine::Row(); in convertFunctionLineTable()
342 PrevRow = Row; in convertFunctionLineTable()