Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h282 bool isTargetDragonFly() const { return TargetTriple.isOSDragonFly(); } in isTargetDragonFly()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h598 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; } in isOSDragonFly() function