Home
last modified time | relevance | path

Searched defs:isTargetDarwin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h258 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); } in isTargetDarwin() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h280 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); } in isTargetDarwin() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h300 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); } in isTargetDarwin() function