Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/gold/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp1226 const std::string &NewModulePath) { in emitFiles() argument
1232 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in emitFiles()
1239 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in emitFiles()
1439 std::string NewModulePath = in start() local
1443 *LinkedObjectsFile << NewModulePath << '\n'; in start()
1445 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp1217 std::string NewModulePath = in start() local
1221 *LinkedObjectsFile << NewModulePath << '\n'; in start()
1228 raw_fd_ostream OS(NewModulePath + ".thinlto.bc", EC, in start()
1235 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()