Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h82 bool HasDeviceLibrary = false; variable
192 bool hasDeviceLibrary() const { return HasDeviceLibrary; } in hasDeviceLibrary()
H A DAMDGPU.cpp339 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
368 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, true); in detectDeviceLibrary()
369 if (HasDeviceLibrary) in detectDeviceLibrary()
378 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, Candidate.StrictChecking); in detectDeviceLibrary()
379 if (HasDeviceLibrary) in detectDeviceLibrary()