Searched refs:NewModulePath (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 252 const std::string &NewModulePath) const; 258 const std::string &NewModulePath, StringRef SummaryPath,
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 1405 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()
|