Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4700 const InputInfo *CudaDeviceInput = nullptr; in ConstructJob() local
4715 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
4716 CudaDeviceInput = &I; in ConstructJob()
7429 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
7431 CmdArgs.push_back(CudaDeviceInput->getFilename()); in ConstructJob()