Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1400 const std::string &NewModulePath) { in emitFiles() argument
1409 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in emitFiles()
1418 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles()
1636 std::string NewModulePath = in start() local
1647 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()