Lines Matching defs:ModulePath
1391 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath,
1397 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries,
1411 ModulePath, NewModulePath + ".imports", ModuleToSummariesForIndex);
1500 StringRef ModulePath = BM.getModuleIdentifier();
1501 assert(ModuleToDefinedGVSummaries.count(ModulePath));
1503 ModuleToDefinedGVSummaries.find(ModulePath)->second;
1532 OnWrite(std::string(ModulePath));
1780 StringRef ModulePath = BM.getModuleIdentifier();
1790 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix);
1795 [this](const StringRef ModulePath,
1799 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix);
1800 auto E = emitFiles(ImportList, ModulePath, NewModulePath);
1810 ModulePath, ImportList, OldPrefix, NewPrefix);
1813 OnWrite(std::string(ModulePath));