Lines Matching refs:FunctionImporter
219 FunctionImporter::ExportSetTy &ExportList) { in exportGlobalInModule()
269 FunctionImporter::ImportMapTy &ImportsForModule, in computeImportForFunction()
270 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in computeImportForFunction()
338 FunctionImporter::ImportMapTy &ImportsForModule, in ComputeImportForModule()
339 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule()
380 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport()
381 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
412 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()
439 const StringMap<FunctionImporter::ImportMapTy> &ImportLists, in gatherImportedSummariesForModule()
464 const StringMap<FunctionImporter::ImportMapTy> &ImportLists) { in EmitImportsFiles()
564 bool FunctionImporter::importFunctions( in importFunctions()
565 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList, in importFunctions()
762 FunctionImporter::ImportMapTy ImportList; in runOnModule()
777 FunctionImporter Importer(*Index, ModuleLoader); in runOnModule()