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.cpp4938 const InputInfo *CudaDeviceInput = nullptr; in ConstructJob() local
4953 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
4954 CudaDeviceInput = &I; in ConstructJob()
7662 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
7664 CmdArgs.push_back(CudaDeviceInput->getFilename()); in ConstructJob()