Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp983 std::string NewModulePath = in writeEmptyDistributedBuildOutputs() local
987 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in writeEmptyDistributedBuildOutputs()
991 (NewModulePath + ".thinlto.bc").c_str(), EC.message().c_str()); in writeEmptyDistributedBuildOutputs()
1000 raw_fd_ostream OS(NewModulePath + ".imports", EC, in writeEmptyDistributedBuildOutputs()
1004 (NewModulePath + ".imports").c_str(), EC.message().c_str()); in writeEmptyDistributedBuildOutputs()
/netbsd-src/external/apache2/llvm/dist/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()