Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDistro.h94 Distro() : DistroVal() {} in Distro() function
97 Distro(DistroType D) : DistroVal(D) {} in Distro() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp239 Distro::Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) in Distro() function in Distro
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp227 Distro Distro(D.getVFS(), Triple); in Linux() local
431 const Distro Distro(getDriver().getVFS(), Triple); in getDynamicLinker() local