Searched defs:isTargetWindows (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64Subtarget.h | 260 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } isTargetWindows() function |
H A D | AArch64FrameLowering.cpp | 1564 static bool isTargetWindows(const MachineFunction &MF) { isTargetWindows() function |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMSubtarget.h | 308 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } isTargetWindows() function |