Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp165 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey() local
166 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
170 ImportModulesVector.push_back(It); in computeLTOCacheKey()
172 llvm::sort(ImportModulesVector, in computeLTOCacheKey()
175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()