Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDistro.cpp21 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro() function
147 Distro::Distro(llvm::vfs::FileSystem &VFS) : DistroVal(DetectDistro(VFS)) {} in Distro()