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.cpp693 auto nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords() local
701 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()
702 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
706 ++nextUniqueIndex; in mergeUniqueTypeRecords()
715 nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords()
717 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()
718 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()
720 ++nextUniqueIndex; in mergeUniqueTypeRecords()
724 assert(nextUniqueIndex == uniqueTypes.end() && in mergeUniqueTypeRecords()