Home
last modified time | relevance | path

Searched refs:GetTemporaryPath (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHIP.cpp166 auto TmpNameMcin = C.getDriver().GetTemporaryPath(Name, "mcin"); in constructGenerateObjFileFromHIPFatBinary()
168 auto TmpNameFb = C.getDriver().GetTemporaryPath(Name, "hipfb"); in constructGenerateObjFileFromHIPFatBinary()
H A DAMDGPUOpenMP.cpp40 C.getDriver().GetTemporaryPath(Base.str() + Postfix, Extension); in getOutputFileName()
H A DDarwin.cpp237 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h544 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1540 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