Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DHIP.cpp103 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 DCommonArgs.cpp1234 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 DDarwin.cpp234 D.GetTemporaryPath("cc", types::getTypeTempSuffix(types::TY_Object)); in AddLinkArgs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h506 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1411 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