Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp169 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey() local
170 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
174 ImportModulesVector.push_back(It); in computeLTOCacheKey()
176 llvm::sort(ImportModulesVector, in computeLTOCacheKey()
179 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()