Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp656 auto nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords() local
664 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()
665 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
669 ++nextUniqueIndex; in mergeUniqueTypeRecords()
678 nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords()
680 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()
681 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
683 ++nextUniqueIndex; in mergeUniqueTypeRecords()
687 assert(nextUniqueIndex == uniqueTypes.end() && in mergeUniqueTypeRecords()