Searched refs:GetTemporaryPath (Results 1 – 8 of 8) sorted by relevance
113 auto TmpNameMcin = C.getDriver().GetTemporaryPath(Name, "mcin"); in constructGenerateObjFileFromHIPFatBinary()115 auto TmpNameFb = C.getDriver().GetTemporaryPath(Name, "hipfb"); in constructGenerateObjFileFromHIPFatBinary()
33 auto TmpFile = C.getDriver().GetTemporaryPath(Prefix, Extension); in getTempFile()
209 C.getDriver().GetTemporaryPath("CreateExportList", "exp"); in ConstructJob()
626 Args.MakeArgString(getToolChain().getDriver().GetTemporaryPath( in ConstructJob()
2026 D.GetTemporaryPath(Twine(Prefix + llvm::sys::path::filename(Lib) + "-" + in GetSDLFromOffloadArchive()
240 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
645 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
1819 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles()5555 TmpName = GetTemporaryPath(Prefix, Suffix); in CreateTempFile()5810 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath()5979 std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const { in GetTemporaryPath() function in Driver