Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp47 for (auto BCFile : getDeviceLibs(DriverArgs)) { in addClangTargetOptions()
135 AMDGPUOpenMPToolChain::getDeviceLibs(const llvm::opt::ArgList &Args) const { in getDeviceLibs() function in AMDGPUOpenMPToolChain
H A DAMDGPUOpenMP.h61 getDeviceLibs(const llvm::opt::ArgList &Args) const override;
H A DHIPSPV.cpp152 for (const BitCodeLibraryInfo &BCFile : getDeviceLibs(DriverArgs)) in addClangTargetOptions()
203 HIPSPVToolChain::getDeviceLibs(const llvm::opt::ArgList &DriverArgs) const { in getDeviceLibs() function in HIPSPVToolChain
H A DHIPAMD.h83 getDeviceLibs(const llvm::opt::ArgList &Args) const override;
H A DHIPAMD.cpp267 for (auto BCFile : getDeviceLibs(DriverArgs)) { in addClangTargetOptions()
358 HIPAMDToolChain::getDeviceLibs(const llvm::opt::ArgList &DriverArgs) const { in getDeviceLibs() function in HIPAMDToolChain
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h809 getDeviceLibs(const llvm::opt::ArgList &Args) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1634 ToolChain::getDeviceLibs(const ArgList &DriverArgs) const { in getDeviceLibs() function in ToolChain