Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp3409 const InputInfo *CudaDeviceInput = nullptr; in ConstructJob() local
3423 } else if ((IsCuda || IsHIP) && !CudaDeviceInput) { in ConstructJob()
3424 CudaDeviceInput = &I; in ConstructJob()
5190 if ((IsCuda || IsHIP) && CudaDeviceInput) { in ConstructJob()
5192 CmdArgs.push_back(CudaDeviceInput->getFilename()); in ConstructJob()