Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2304 DenseMap<size_t, size_t> OrigRowToNewRow; in generateLineTableForUnit() local
2306 OrigRowToNewRow[OutputRows[i].OriginalRowIndex] = i; in generateLineTableForUnit()
2324 auto NewRowIter = OrigRowToNewRow.find(OrigRowIndex); in generateLineTableForUnit()
2325 if (NewRowIter == OrigRowToNewRow.end()) { in generateLineTableForUnit()