Lines Matching refs:ModulePath
1387 llvm::StringRef ModulePath, in emitFiles() argument
1391 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in emitFiles()
1401 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles()
1495 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1496 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1498 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1527 OnWrite(std::string(ModulePath)); in start()
1603 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1605 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()
1611 getThinLTOOutputFile(ModulePath, OldPrefix, ObjectPrefix); in start()
1615 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()
1619 OnWrite(std::string(ModulePath)); in start()