Home
last modified time | relevance | path

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

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