Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDebugTypes.cpp686 auto nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords() local
694 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()
695 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
699 ++nextUniqueIndex; in mergeUniqueTypeRecords()
708 nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords()
710 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()
711 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
713 ++nextUniqueIndex; in mergeUniqueTypeRecords()
717 assert(nextUniqueIndex == uniqueTypes.end() && in mergeUniqueTypeRecords()