Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2324 auto NewRowIter = OrigRowToNewRow.find(OrigRowIndex); in generateLineTableForUnit() local
2325 if (NewRowIter == OrigRowToNewRow.end()) { in generateLineTableForUnit()
2333 assert(NewRowIter->second < OutputRowOffsets.size() && in generateLineTableForUnit()
2335 uint64_t NewStmtSeqOffset = OutputRowOffsets[NewRowIter->second]; in generateLineTableForUnit()