Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2211 std::vector<TrackedRow> OutputRows; in generateLineTableForUnit() local
2212 OutputRows.reserve(InputRows.size()); in generateLineTableForUnit()
2258 insertLineSequence(Seq, OutputRows); in generateLineTableForUnit()
2274 insertLineSequence(Seq, OutputRows); in generateLineTableForUnit()
2279 LineTable.Rows.reserve(OutputRows.size()); in generateLineTableForUnit()
2280 for (auto &TR : OutputRows) in generateLineTableForUnit()
2295 assert(OutputRowOffsets.size() == OutputRows.size() && in generateLineTableForUnit()
2305 for (size_t i = 0; i < OutputRows.size(); ++i) in generateLineTableForUnit()
2306 OrigRowToNewRow[OutputRows[i].OriginalRowIndex] = i; in generateLineTableForUnit()