Home
last modified time | relevance | path

Searched refs:Distro (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDistro.cpp28 Distro::DistroType Version = Distro::UnknownDistro; in DetectDistro()
64 return Distro::Fedora; in DetectDistro()
69 return Distro::RHEL7; in DetectDistro()
71 return Distro::RHEL6; in DetectDistro()
73 return Distro::RHEL5; in DetectDistro()
133 return Distro::Exherbo; in DetectDistro()
136 return Distro::AlpineLinux; in DetectDistro()
139 return Distro::ArchLinux; in DetectDistro()
142 return Distro::Gentoo; in DetectDistro()
144 return Distro::UnknownDistro; in DetectDistro()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDistro.h23 class Distro {
79 Distro() : DistroVal() {} in Distro() function
82 Distro(DistroType D) : DistroVal(D) {} in Distro() function
85 explicit Distro(llvm::vfs::FileSystem &VFS);
87 bool operator==(const Distro &Other) const {
91 bool operator!=(const Distro &Other) const {
95 bool operator>=(const Distro &Other) const {
99 bool operator<=(const Distro &Other) const {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DLinux.cpp242 Distro Distro(D.getVFS()); in Linux() local
249 if (Distro.IsOpenSUSE() || Distro.IsUbuntu() || Distro.IsAlpineLinux() || in Linux()
291 if (Distro.IsRedhat() || Distro.IsOpenSUSE() || Distro.IsAlpineLinux() || in Linux()
292 (Distro.IsUbuntu() && Distro >= Distro::UbuntuMaverick) || in Linux()
296 if (Distro.IsDebian() || Distro.IsOpenSUSE() || in Linux()
297 Distro == Distro::UbuntuLucid || Distro == Distro::UbuntuJaunty || in Linux()
298 Distro == Distro::UbuntuKarmic || in Linux()
303 if (Distro.IsRedhat() && Distro != Distro::RHEL5 && Distro != Distro::RHEL6) in Linux()
310 if (IsAndroid || Distro.IsOpenSUSE()) in Linux()
516 const Distro Distro(getDriver().getVFS()); in getDynamicLinker() local
[all …]
H A DCuda.cpp117 if (Distro(D.getVFS()).IsDebian() || Distro(D.getVFS()).IsUbuntu()) in CudaInstallationDetector()
H A DClang.cpp5326 !Distro(D.getVFS()).IsGentoo() && in ConstructJob()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile255 SRCS_MIN+= Driver/Distro.cpp