Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp396 auto CheckDeviceLib = [&](StringRef Path, bool StrictChecking) { in detectDeviceLibrary() local
420 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, true); in detectDeviceLibrary()
430 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, Candidate.StrictChecking); in detectDeviceLibrary()