Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp165 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() typedef
166 std::vector<ImportMapIteratorTy> ImportModulesVector; in computeLTOCacheKey()
169 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
174 [](const ImportMapIteratorTy &Lhs, const ImportMapIteratorTy &Rhs) in computeLTOCacheKey()
176 for (const ImportMapIteratorTy &EntryIt : ImportModulesVector) { in computeLTOCacheKey()