Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp153 ((IsIntegratedBackendDefault() && IsIntegratedBackendSupported()) || in useIntegratedBackend()
164 if ((IBackend && !IsIntegratedBackendSupported()) || in useIntegratedBackend()
173 if (A && !IsIntegratedBackendSupported()) in useIntegratedBackend()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h443 virtual bool IsIntegratedBackendSupported() const { return true; } in IsIntegratedBackendSupported() function