Home
last modified time | relevance | path

Searched refs:IsNonIntegratedBackendSupported (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DSPIRV.h69 bool IsNonIntegratedBackendSupported() const override { return true; } in IsNonIntegratedBackendSupported() function
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp140 (!IsIntegratedBackendDefault() || IsNonIntegratedBackendSupported())) && in useIntegratedBackend()
151 (!IBackend && !IsNonIntegratedBackendSupported())) in useIntegratedBackend()
156 if (A && !IsNonIntegratedBackendSupported()) in useIntegratedBackend()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h413 virtual bool IsNonIntegratedBackendSupported() const { return false; } in IsNonIntegratedBackendSupported() function