Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DROCm.h79 bool HasDeviceLibrary = false; variable
180 bool hasDeviceLibrary() const { return HasDeviceLibrary; } in hasDeviceLibrary()
H A DAMDGPU.cpp379 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
434 HasDeviceLibrary = CheckDeviceLib(LibDevicePath); in detectDeviceLibrary()
435 if (HasDeviceLibrary) in detectDeviceLibrary()