Home
last modified time | relevance | path

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

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