Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp1119 std::string NewModulePath = in start() local
1123 *LinkedObjectsFile << NewModulePath << '\n'; in start()
1130 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in start()
1137 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()