Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp356 auto TmpNameMcin = D.GetTemporaryPath(Name, "mcin"); in constructGenerateObjFileFromHIPFatBinary()
358 auto TmpNameFb = D.GetTemporaryPath(Name, "hipfb"); in constructGenerateObjFileFromHIPFatBinary()
H A DHIPSPV.cpp32 auto TmpFile = C.getDriver().GetTemporaryPath(Prefix, Extension); in getTempFile()
H A DAIX.cpp273 C.getDriver().GetTemporaryPath("CreateExportList", "exp"); in ConstructJob()
H A DCommonArgs.cpp2642 D.GetTemporaryPath(Twine(Prefix + llvm::sys::path::filename(Lib) + "-" + in GetSDLFromOffloadArchive()
H A DDarwin.cpp249 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h718 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2209 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles()
6188 GetTemporaryPath((Twine(Prefix) + "-" + BoundArch).str(), Suffix); in CreateTempFile()
6192 TmpName = GetTemporaryPath(Prefix, Suffix); in CreateTempFile()
6490 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath()
6677 std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const { in GetTemporaryPath() function in Driver
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1430 {"_ZNK5clang6driver6Driver16GetTemporaryPathEPKc", "clang::driver::Driver::GetTemporaryPath(char co…