Home
last modified time | relevance | path

Searched defs:Distro (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Driver/
DDistro.h86 Distro() : DistroVal() {} in Distro() function
89 Distro(DistroType D) : DistroVal(D) {} in Distro() function
/external/llvm-project/clang/lib/Driver/
DDistro.cpp235 Distro::Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) in Distro() function in Distro
/external/llvm-project/clang/lib/Driver/ToolChains/
DLinux.cpp223 Distro Distro(D.getVFS(), Triple); in Linux() local
418 const Distro Distro(getDriver().getVFS(), Triple); in getDynamicLinker() local
/external/clang/lib/Driver/
DToolChains.cpp3751 enum Distro { enum
3787 static bool IsRedhat(enum Distro Distro) { in IsRedhat()
3791 static bool IsOpenSUSE(enum Distro Distro) { return Distro == OpenSUSE; } in IsOpenSUSE()
3793 static bool IsDebian(enum Distro Distro) { in IsDebian()
3797 static bool IsUbuntu(enum Distro Distro) { in IsUbuntu()
4059 Distro Distro = DetectDistro(D, Arch); in Linux() local
4263 const enum Distro Distro = DetectDistro(getDriver(), Arch); in getDynamicLinker() local