Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp111 ((IsIntegratedBackendDefault() && IsIntegratedBackendSupported()) || in useIntegratedBackend()
122 if ((IBackend && !IsIntegratedBackendSupported()) || in useIntegratedBackend()
131 if (A && !IsIntegratedBackendSupported()) in useIntegratedBackend()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h397 virtual bool IsIntegratedBackendSupported() const { return true; } in IsIntegratedBackendSupported() function