Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h173 class SortedImportList; variable
233 friend class SortedImportList; variable
242 class SortedImportList {
244 SortedImportList(const ImportMapTy &ImportMap, in SortedImportList() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp194 FunctionImporter::SortedImportList SortedImportList(ImportList, Comp); in computeLTOCacheKey() local
198 for (const auto &[FromModule, GUID, Type] : SortedImportList) in computeLTOCacheKey()
202 for (const auto &[FromModule, GUID, Type] : SortedImportList) { in computeLTOCacheKey()
282 for (const auto &[FromModule, GUID, Type] : SortedImportList) { in computeLTOCacheKey()