Searched refs:ExportLists (Results 1 – 4 of 4) sorted by relevance
526 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() local528 ExportLists); in promote()554 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() local556 ExportLists); in crossModuleImport()576 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule() local578 ExportLists); in gatherImportedSummariesForModule()599 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports() local601 ExportLists); in emitImports()628 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize() local630 ExportLists); in internalize()[all …]
270 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in computeImportForFunction() argument313 if (ExportLists) { in computeImportForFunction()314 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction()339 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() argument357 ExportLists); in ComputeImportForModule()370 Worklist, ImportsForModule, ExportLists); in ComputeImportForModule()381 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport() argument388 &ExportLists); in ComputeCrossModuleImport()396 auto &Exports = ExportLists[ModName]; in ComputeCrossModuleImport()
82 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
1372 StringMap<FunctionImporter::ExportSetTy> ExportLists(NextModuleId); in thinLTOLink() local1374 ImportLists, ExportLists); in thinLTOLink()1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink()1387 return (ExportList != ExportLists.end() && in thinLTOLink()