Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp922 std::string NewModulePath = in writeEmptyDistributedBuildOutputs() local
926 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in writeEmptyDistributedBuildOutputs()
930 (NewModulePath + ".thinlto.bc").c_str(), EC.message().c_str()); in writeEmptyDistributedBuildOutputs()
939 raw_fd_ostream OS(NewModulePath + ".imports", EC, in writeEmptyDistributedBuildOutputs()
943 (NewModulePath + ".imports").c_str(), EC.message().c_str()); in writeEmptyDistributedBuildOutputs()
/external/llvm/tools/gold/
Dgold-plugin.cpp1418 std::string NewModulePath = in thinLTOLink() local
1420 raw_fd_ostream OS((Twine(NewModulePath) + ".thinlto.bc").str(), EC, in thinLTOLink()
1424 NewModulePath.c_str(), EC.message().c_str()); in thinLTOLink()
1434 (Twine(NewModulePath) + ".imports").str(), in thinLTOLink()
1437 NewModulePath.c_str(), EC.message().c_str()); in thinLTOLink()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp1090 std::string NewModulePath = in start() local
1094 *LinkedObjectsFile << NewModulePath << '\n'; in start()
1101 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in start()
1108 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()