Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp697 auto nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords() local
705 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()
706 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
710 ++nextUniqueIndex; in mergeUniqueTypeRecords()
719 nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords()
721 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()
722 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
724 ++nextUniqueIndex; in mergeUniqueTypeRecords()
728 assert(nextUniqueIndex == uniqueTypes.end() && in mergeUniqueTypeRecords()