Lines Matching refs:ModulePath
636 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport() argument
638 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
745 StringRef ModulePath, in dumpImportListForModule() argument
747 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
762 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
767 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule()
770 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
771 ComputeImportForModule(FunctionSummaryMap, Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
774 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
781 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument
794 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex()
800 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleFromIndex()
977 StringRef ModulePath, in gatherImportedSummariesForModule() argument
982 ModuleToSummariesForIndex[std::string(ModulePath)] = in gatherImportedSummariesForModule()
983 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule()
1001 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument
1011 if (ILI.first != ModulePath) in EmitImportsFiles()