Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDHIPUtility.cpp290 auto TmpNameMcin = C.getDriver().GetTemporaryPath(Name, "mcin"); in constructGenerateObjFileFromHIPFatBinary()
292 auto TmpNameFb = C.getDriver().GetTemporaryPath(Name, "hipfb"); in constructGenerateObjFileFromHIPFatBinary()
HDHIPSPV.cpp33 auto TmpFile = C.getDriver().GetTemporaryPath(Prefix, Extension); in getTempFile()
HDAIX.cpp258 C.getDriver().GetTemporaryPath("CreateExportList", "exp"); in ConstructJob()
HDCommonArgs.cpp2492 D.GetTemporaryPath(Twine(Prefix + llvm::sys::path::filename(Lib) + "-" + in GetSDLFromOffloadArchive()
HDDarwin.cpp251 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDDriver.h691 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp1909 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles()
5845 GetTemporaryPath((Twine(Prefix) + "-" + BoundArch).str(), Suffix); in CreateTempFile()
5849 TmpName = GetTemporaryPath(Prefix, Suffix); in CreateTempFile()
6131 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath()
6303 std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const { in GetTemporaryPath() function in Driver