Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDistro.h131 bool IsGentoo() const { return DistroVal == Gentoo; } in IsGentoo() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp6751 !Distro(D.getVFS(), TC.getTriple()).IsGentoo() && in ConstructJob()