Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DROCm.h59 bool HasDeviceLibrary = false; variable
151 bool hasDeviceLibrary() const { return HasDeviceLibrary; } in hasDeviceLibrary()
H A DAMDGPU.cpp365 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
423 HasDeviceLibrary = CheckDeviceLib(LibDevicePath); in detectDeviceLibrary()
424 if (HasDeviceLibrary) in detectDeviceLibrary()