Lines Matching defs:ModulePath
1154 auto IsReadOrWriteOnlyVarNeedingImporting = [&](StringRef ModulePath,
1157 Index.findSummaryInModule(VI, ModulePath));
1274 StringRef ModulePath,
1278 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from "
1301 StringRef ModulePath,
1309 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap);
1312 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n");
1314 MIS->computeImportForModule(FunctionSummaryMap, ModulePath, ImportList);
1317 dumpImportListForModule(Index, ModulePath, ImportList);
1327 StringRef ModulePath, const ModuleSummaryIndex &Index,
1340 if (Summary->modulePath() == ModulePath)
1346 dumpImportListForModule(Index, ModulePath, ImportList);
1521 /// \p ModulePath.
1523 StringRef ModulePath,
1529 ModuleToSummariesForIndex[std::string(ModulePath)] =
1530 ModuleToDefinedGVSummaries.lookup(ModulePath);
1562 /// Emit the files \p ModulePath will import from into \p OutputFilename.
1564 StringRef ModulePath, StringRef OutputFilename,
1575 if (ILI.first != ModulePath)