Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp244 const StringRef LibDeviceName = "libdevice."; in CudaInstallationDetector() local
245 if (!(FileName.starts_with(LibDeviceName) && FileName.ends_with(".bc"))) in CudaInstallationDetector()
248 LibDeviceName.size(), FileName.find('.', LibDeviceName.size())); in CudaInstallationDetector()