Lines Matching refs:Distro
242 Distro Distro(D.getVFS()); in Linux() local
244 if (Distro.IsAlpineLinux() || Triple.isAndroid()) { in Linux()
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
645 if (Distro == Distro::Exherbo && (Triple.getVendor() == llvm::Triple::UnknownVendor || in getDynamicLinker()