Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h447 virtual bool IsNonIntegratedBackendSupported() const { return false; } in IsNonIntegratedBackendSupported() function