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