Searched refs:Distro (Results 1 – 6 of 6) sorted by relevance
28 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 …]
23 class Distro {79 Distro() : DistroVal() {} in Distro() function82 Distro(DistroType D) : DistroVal(D) {} in Distro() function85 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 {
242 Distro Distro(D.getVFS()); in Linux() local249 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 …]
117 if (Distro(D.getVFS()).IsDebian() || Distro(D.getVFS()).IsUbuntu()) in CudaInstallationDetector()
5326 !Distro(D.getVFS()).IsGentoo() && in ConstructJob()
255 SRCS_MIN+= Driver/Distro.cpp