Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DROCm.h52 bool HasDeviceLibrary = false; variable
126 bool hasDeviceLibrary() const { return HasDeviceLibrary; } in hasDeviceLibrary()
DAMDGPU.cpp209 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
264 HasDeviceLibrary = CheckDeviceLib(LibDevicePath); in detectDeviceLibrary()
265 if (HasDeviceLibrary) in detectDeviceLibrary()