Searched refs:GetTemporaryPath (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 356 auto TmpNameMcin = D.GetTemporaryPath(Name, "mcin"); in constructGenerateObjFileFromHIPFatBinary() 358 auto TmpNameFb = D.GetTemporaryPath(Name, "hipfb"); in constructGenerateObjFileFromHIPFatBinary()
|
| H A D | HIPSPV.cpp | 32 auto TmpFile = C.getDriver().GetTemporaryPath(Prefix, Extension); in getTempFile()
|
| H A D | AIX.cpp | 273 C.getDriver().GetTemporaryPath("CreateExportList", "exp"); in ConstructJob()
|
| H A D | CommonArgs.cpp | 2642 D.GetTemporaryPath(Twine(Prefix + llvm::sys::path::filename(Lib) + "-" + in GetSDLFromOffloadArchive()
|
| H A D | Darwin.cpp | 249 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 718 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2209 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 D | DemangleTestCases.inc | 1430 {"_ZNK5clang6driver6Driver16GetTemporaryPathEPKc", "clang::driver::Driver::GetTemporaryPath(char co…
|