Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp113 auto TmpNameMcin = C.getDriver().GetTemporaryPath(Name, "mcin"); in constructGenerateObjFileFromHIPFatBinary()
115 auto TmpNameFb = C.getDriver().GetTemporaryPath(Name, "hipfb"); in constructGenerateObjFileFromHIPFatBinary()
H A DHIPSPV.cpp33 auto TmpFile = C.getDriver().GetTemporaryPath(Prefix, Extension); in getTempFile()
H A DAMDGPUOpenMP.cpp43 C.getDriver().GetTemporaryPath(Base.str() + Postfix, Extension); in getOutputFileName()
H A DCommonArgs.cpp1818 std::string OutputLib = D.GetTemporaryPath( in GetSDLFromOffloadArchive()
H A DDarwin.cpp240 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h624 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1701 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles()
5637 TmpName = GetTemporaryPath(Split.first, Suffix); in GetNamedOutputPath()
5778 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath()
5899 std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const { in GetTemporaryPath() function in Driver