Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h830 bool isTargetDragonFly() const { return TargetTriple.isOSDragonFly(); } in isTargetDragonFly()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h518 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; } in isOSDragonFly() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp34 T.isOSDragonFly(); in isArc4RandomAvailable()