Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDistro.h107 bool IsRedhat() const { in IsRedhat() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DLinux.cpp291 if (Distro.IsRedhat() || Distro.IsOpenSUSE() || Distro.IsAlpineLinux() || in Linux()
303 if (Distro.IsRedhat() && Distro != Distro::RHEL5 && Distro != Distro::RHEL6) in Linux()