Lines Matching refs:ExportList
72 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
147 for (auto F : ExportList) in computeLTOCacheKey()
948 const FunctionImporter::ExportSetTy &ExportList,
986 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1012 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1023 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1033 const FunctionImporter::ExportSetTy &ExportList, in start()
1039 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1049 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
1115 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1229 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
1230 return (ExportList != ExportLists.end() && in runThinLTO()
1231 ExportList->second.count(GUID)) || in runThinLTO()