Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDistro.h115 bool IsRedhat() const { in IsRedhat() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp236 if (Distro.IsRedhat() || Distro.IsOpenSUSE() || Distro.IsAlpineLinux() || in Linux()