Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4922 const InputInfo *CudaDeviceInput = nullptr; in ConstructJob() local
4937 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
4938 CudaDeviceInput = &I; in ConstructJob()
7718 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
7720 CmdArgs.push_back(CudaDeviceInput->getFilename()); in ConstructJob()