Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A 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()