Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSPIRV.h66 bool IsNonIntegratedBackendSupported() const override { return true; } in IsNonIntegratedBackendSupported() function
/src/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp154 (!IsIntegratedBackendDefault() || IsNonIntegratedBackendSupported())) && in useIntegratedBackend()
165 (!IBackend && !IsNonIntegratedBackendSupported())) in useIntegratedBackend()
170 if (A && !IsNonIntegratedBackendSupported()) in useIntegratedBackend()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h447 virtual bool IsNonIntegratedBackendSupported() const { return false; } in IsNonIntegratedBackendSupported() function