Searched refs:GetTemporaryPath (Results 1 – 5 of 5) sorted by relevance
166 auto TmpNameMcin = C.getDriver().GetTemporaryPath(Name, "mcin"); in constructGenerateObjFileFromHIPFatBinary()168 auto TmpNameFb = C.getDriver().GetTemporaryPath(Name, "hipfb"); in constructGenerateObjFileFromHIPFatBinary()
40 C.getDriver().GetTemporaryPath(Base.str() + Postfix, Extension); in getOutputFileName()
237 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
544 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
1540 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles()4920 TmpName = GetTemporaryPath(Split.first, Suffix); in GetNamedOutputPath()5051 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath()5172 std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const { in GetTemporaryPath() function in Driver