Lines Matching defs:ModulePath
1399 llvm::StringRef ModulePath,
1405 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries,
1418 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports",
1512 StringRef ModulePath = BM.getModuleIdentifier();
1513 assert(ModuleToDefinedGVSummaries.count(ModulePath));
1515 ModuleToDefinedGVSummaries.find(ModulePath)->second;
1544 OnWrite(std::string(ModulePath));
1635 StringRef ModulePath = BM.getModuleIdentifier();
1637 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix);
1643 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix);
1647 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath))
1651 OnWrite(std::string(ModulePath));