Searched refs:GetTemporaryPath (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 119 auto TmpNameMcin = C.getDriver().GetTemporaryPath(Name, "mcin"); in constructGenerateObjFileFromHIPFatBinary() 121 auto TmpNameFb = C.getDriver().GetTemporaryPath(Name, "hipfb"); in constructGenerateObjFileFromHIPFatBinary()
|
| H A D | HIPSPV.cpp | 33 auto TmpFile = C.getDriver().GetTemporaryPath(Prefix, Extension); in getTempFile()
|
| H A D | AIX.cpp | 256 C.getDriver().GetTemporaryPath("CreateExportList", "exp"); in ConstructJob()
|
| H A D | Cuda.cpp | 634 Args.MakeArgString(getToolChain().getDriver().GetTemporaryPath( in ConstructJob()
|
| H A D | CommonArgs.cpp | 2488 D.GetTemporaryPath(Twine(Prefix + llvm::sys::path::filename(Lib) + "-" + in GetSDLFromOffloadArchive()
|
| H A D | Darwin.cpp | 251 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 672 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1884 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles() 5759 GetTemporaryPath((Twine(Prefix) + "-" + BoundArch).str(), Suffix); in CreateTempFile() 5763 TmpName = GetTemporaryPath(Prefix, Suffix); in CreateTempFile() 6047 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath() 6169 std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const { in GetTemporaryPath() function in Driver
|