Home
last modified time | relevance | path

Searched refs:AddHIPRuntimeLibArgs (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.h40 void AddHIPRuntimeLibArgs(const llvm::opt::ArgList &Args,
H A DMSVC.h101 void AddHIPRuntimeLibArgs(const llvm::opt::ArgList &Args,
H A DLinux.cpp728 void Linux::AddHIPRuntimeLibArgs(const ArgList &Args, in AddHIPRuntimeLibArgs() function in Linux
H A DMSVC.cpp506 void MSVCToolChain::AddHIPRuntimeLibArgs(const ArgList &Args, in AddHIPRuntimeLibArgs() function in MSVCToolChain
H A DCommonArgs.cpp2787 TC.AddHIPRuntimeLibArgs(Args, CmdArgs); in addHIPRuntimeLibArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h766 virtual void AddHIPRuntimeLibArgs(const llvm::opt::ArgList &Args, in AddHIPRuntimeLibArgs() function