Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey() local
176 auto ModHash = Index.getModuleHash(EntryIt->first()); in computeLTOCacheKey()
179 AddUint64(EntryIt->second.size()); in computeLTOCacheKey()
180 for (auto &Fn : EntryIt->second) in computeLTOCacheKey()