Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDistro.cpp99 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro() function
227 static Distro::DistroType LinuxDistro = DetectDistro(VFS); in GetDistro()
232 return DetectDistro(VFS); in GetDistro()