Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp207 bool CheckLibDevice = (!NoCudaLib || Candidate.StrictChecking); in CudaInstallationDetector() local
208 if (CheckLibDevice && !FS.exists(LibDevicePath)) in CudaInstallationDetector()
H A DAMDGPU.cpp409 bool CheckLibDevice = (!NoBuiltinLibs || StrictChecking); in detectDeviceLibrary() local
410 if (CheckLibDevice && !FS.exists(Path)) in detectDeviceLibrary()