Lines Matching refs:ModulePath

674   auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) {  in checkVariableImport()  argument
676 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
783 StringRef ModulePath, in dumpImportListForModule() argument
785 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
800 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
805 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule()
808 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
809 ComputeImportForModule(FunctionSummaryMap, Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
812 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
819 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument
832 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex()
838 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModuleFromIndex()
969 StringRef ModulePath, in gatherImportedSummariesForModule() argument
974 ModuleToSummariesForIndex[std::string(ModulePath)] = in gatherImportedSummariesForModule()
975 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule()
993 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument
1003 if (ILI.first != ModulePath) in EmitImportsFiles()