Lines Matching defs:ModulePath
1045 auto IsReadOrWriteOnlyVarNeedingImporting = [&](StringRef ModulePath,
1048 Index.findSummaryInModule(VI, ModulePath));
1166 StringRef ModulePath,
1168 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from "
1193 StringRef ModulePath,
1201 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap);
1204 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n");
1206 MIS->computeImportForModule(FunctionSummaryMap, ModulePath, ImportList);
1209 dumpImportListForModule(Index, ModulePath, ImportList);
1219 StringRef ModulePath, const ModuleSummaryIndex &Index,
1232 if (Summary->modulePath() == ModulePath)
1244 dumpImportListForModule(Index, ModulePath, ImportList);
1419 /// \p ModulePath.
1421 StringRef ModulePath,
1427 ModuleToSummariesForIndex[std::string(ModulePath)] =
1428 ModuleToDefinedGVSummaries.lookup(ModulePath);
1447 /// Emit the files \p ModulePath will import from into \p OutputFilename.
1449 StringRef ModulePath, StringRef OutputFilename,
1459 if (ILI.first != ModulePath)