Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp157 llvm::for_each(getDeviceLibs(DriverArgs), in addClangTargetOptions()
209 HIPSPVToolChain::getDeviceLibs(const llvm::opt::ArgList &DriverArgs) const { in getDeviceLibs() function in HIPSPVToolChain
H A DHIPAMD.h79 getDeviceLibs(const llvm::opt::ArgList &Args) const override;
H A DHIPSPV.h72 getDeviceLibs(const llvm::opt::ArgList &Args) const override;
H A DHIPAMD.cpp254 for (auto BCFile : getDeviceLibs(DriverArgs)) { in addClangTargetOptions()
340 HIPAMDToolChain::getDeviceLibs(const llvm::opt::ArgList &DriverArgs) const { in getDeviceLibs() function in HIPAMDToolChain
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h738 getDeviceLibs(const llvm::opt::ArgList &Args) const;
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp1154 ToolChain::getDeviceLibs(const ArgList &DriverArgs) const { in getDeviceLibs() function in ToolChain