Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
165 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
168 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
173 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
175 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()