Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DROCm.h79 bool HasDeviceLibrary = false; variable
181 bool hasDeviceLibrary() const { return HasDeviceLibrary; } in hasDeviceLibrary()
H A DAMDGPU.cpp391 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
420 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, true); in detectDeviceLibrary()
421 if (HasDeviceLibrary) in detectDeviceLibrary()
430 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, Candidate.StrictChecking); in detectDeviceLibrary()
431 if (HasDeviceLibrary) in detectDeviceLibrary()