Searched refs:NewRows (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1621 std::vector<DWARFDebugLine::Row> NewRows; local
1622 NewRows.reserve(LineTable.Rows.size());
1625 // in NewRows.
1632 // by simply putting all the relocated line info in NewRows and simply
1633 // sorting NewRows before passing it to emitLineTableForUnit. This
1687 insertLineSequence(Seq, NewRows);
1703 insertLineSequence(Seq, NewRows);
1729 LineTable.Prologue.MinInstLength, NewRows,

Completed in 53 milliseconds