Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp353 DWARFDebugLine::Row PrevRow; in convertFunctionLineTable() local
397 if (RowIndex != RowVector[0] && Row.Address < PrevRow.Address) { in convertFunctionLineTable()
435 PrevRow = DWARFDebugLine::Row(); in convertFunctionLineTable()
438 PrevRow = Row; in convertFunctionLineTable()