Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h261 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function
H A DAArch64FrameLowering.cpp1607 static bool isTargetWindows(const MachineFunction &MF) { in isTargetWindows() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h308 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function