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()
42 C.getDriver().GetTemporaryPath(Base.str() + Postfix, Extension); in getOutputFileName()
241 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
538 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
1532 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles()4942 TmpName = GetTemporaryPath(Split.first, Suffix); in GetNamedOutputPath()5073 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath()5194 std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const { in GetTemporaryPath() function in Driver