Home
last modified time | relevance | path

Searched refs:getDeviceLibs (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp60 for (auto BCFile : getDeviceLibs(DriverArgs)) { in addClangTargetOptions()
159 AMDGPUOpenMPToolChain::getDeviceLibs(const llvm::opt::ArgList &Args) const { in getDeviceLibs() function in AMDGPUOpenMPToolChain
H A DAMDGPUOpenMP.h58 getDeviceLibs(const llvm::opt::ArgList &Args) const override;
H A DHIPSPV.cpp153 llvm::for_each(getDeviceLibs(DriverArgs), in addClangTargetOptions()
205 HIPSPVToolChain::getDeviceLibs(const llvm::opt::ArgList &DriverArgs) const { in getDeviceLibs() function in HIPSPVToolChain
H A DHIPSPV.h72 getDeviceLibs(const llvm::opt::ArgList &Args) const override;
H A DHIPAMD.h79 getDeviceLibs(const llvm::opt::ArgList &Args) const override;
H A DHIPAMD.cpp268 for (auto BCFile : getDeviceLibs(DriverArgs)) { in addClangTargetOptions()
353 HIPAMDToolChain::getDeviceLibs(const llvm::opt::ArgList &DriverArgs) const { in getDeviceLibs() function in HIPAMDToolChain
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h762 getDeviceLibs(const llvm::opt::ArgList &Args) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1340 ToolChain::getDeviceLibs(const ArgList &DriverArgs) const { in getDeviceLibs() function in ToolChain