clang 20.0.0git
|
#include "clang/Basic/Cuda.h"
#include "clang/Driver/Action.h"
#include "clang/Driver/Multilib.h"
#include "clang/Driver/Tool.h"
#include "clang/Driver/ToolChain.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/VersionTuple.h"
#include <bitset>
#include <set>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::driver::CudaInstallationDetector |
A class to find a viable CUDA installation. More... | |
class | clang::driver::tools::NVPTX::Assembler |
class | clang::driver::tools::NVPTX::FatBinary |
class | clang::driver::tools::NVPTX::Linker |
class | clang::driver::toolchains::NVPTXToolChain |
class | clang::driver::toolchains::CudaToolChain |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::driver |
namespace | clang::driver::tools |
namespace | clang::driver::tools::NVPTX |
namespace | clang::driver::toolchains |
Functions | |
void | clang::driver::tools::NVPTX::getNVPTXTargetFeatures (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args, std::vector< StringRef > &Features) |