Home
last modified time | relevance | path

Searched refs:NewModulePath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h252 const std::string &NewModulePath) const;
258 const std::string &NewModulePath, StringRef SummaryPath,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1405 const std::string &NewModulePath) const { in emitFiles()
1406 return emitFiles(ImportList, ModulePath, NewModulePath, in emitFiles()
1407 NewModulePath + ".thinlto.bc", in emitFiles()
1413 const std::string &NewModulePath, StringRef SummaryPath, in emitFiles() argument
1433 ModulePath, NewModulePath + ".imports", ModuleToSummariesForIndex); in emitFiles()
1844 std::string NewModulePath = in start() local
1846 auto E = emitFiles(ImportList, ModulePath, NewModulePath); in start()