Searched refs:GetTemporaryPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | HIP.cpp | 103 C.getDriver().GetTemporaryPath(OutputFilePrefix.str() + "-linked", "bc"); in constructLLVMLinkCommand() 145 std::string TmpFileName = C.getDriver().GetTemporaryPath( in constructOptCommand() 166 C.getDriver().GetTemporaryPath(OutputFilePrefix, "o"); in constructLlcCommand()
|
| H A D | CommonArgs.cpp | 1234 Name = C.getDriver().GetTemporaryPath(Name, "lk"); in AddOpenMPLinkerScript() 1370 Name = C.getDriver().GetTemporaryPath(Name, "lk"); in AddHIPLinkerScript() 1391 std::string BundleFileName = C.getDriver().GetTemporaryPath("BUNDLE", "hipfb"); in AddHIPLinkerScript()
|
| H A D | Darwin.cpp | 234 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Driver.h | 506 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 1411 std::string TmpName = GetTemporaryPath("response", "txt"); in setUpResponseFiles() 4256 TmpName = GetTemporaryPath(Split.first, Suffix); in GetNamedOutputPath() 4355 std::string TmpName = GetTemporaryPath( in GetNamedOutputPath() 4471 std::string Driver::GetTemporaryPath(StringRef Prefix, StringRef Suffix) const { in GetTemporaryPath() function in Driver
|