Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp256 const StringRef LibDeviceName = "libdevice."; in CudaInstallationDetector() local
257 if (!(FileName.startswith(LibDeviceName) && FileName.endswith(".bc"))) in CudaInstallationDetector()
260 LibDeviceName.size(), FileName.find('.', LibDeviceName.size())); in CudaInstallationDetector()