Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1350 std::string NewModulePath = in start() local
1354 *LinkedObjectsFile << NewModulePath << '\n'; in start()
1361 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in start()
1368 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()