Searched defs:CudaInstallation (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | MSVC.h | 140 LazyDetector<CudaInstallationDetector> CudaInstallation; global() variable |
H A D | Cuda.h | 171 CudaInstallationDetector CudaInstallation; global() variable |
H A D | Gnu.h | 289 LazyDetector<CudaInstallationDetector> CudaInstallation; variable |
H A D | Darwin.h | 325 LazyDetector<CudaInstallationDetector> CudaInstallation; global() variable |
H A D | Cuda.cpp | 667 CudaInstallationDetector CudaInstallation(D, Triple, Args); getNVPTXTargetFeatures() local |
H A D | Clang.cpp | 8798 CudaInstallationDetector CudaInstallation(D, TheTriple, Args); ConstructJob() local |
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ | ||
H A D | Driver.cpp | 798 CudaInstallationDetector &CudaInstallation = CreateOffloadingDeviceToolChains() local |