Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1388 const std::string &NewModulePath) { in emitFiles() argument
1394 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in emitFiles()
1401 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles()
1604 std::string NewModulePath = in start() local
1615 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()