Lines Matching refs:ModulePath
1189 llvm::StringRef ModulePath, in emitFiles() argument
1193 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in emitFiles()
1203 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles()
1297 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1298 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1300 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1329 OnWrite(std::string(ModulePath)); in start()
1402 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1404 getThinLTOOutputFile(std::string(ModulePath), OldPrefix, NewPrefix); in start()
1409 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()
1413 OnWrite(std::string(ModulePath)); in start()