Searched refs:GetTemporaryPath (Results 1 – 7 of 7) 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()
43 C.getDriver().GetTemporaryPath(Base.str() + Postfix, Extension); in getOutputFileName()
1818 std::string OutputLib = D.GetTemporaryPath( in GetSDLFromOffloadArchive()
240 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
624 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
1701 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