Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h265 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function
H A DAArch64FrameLowering.cpp1276 static bool isTargetWindows(const MachineFunction &MF) { in isTargetWindows() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSubtarget.h369 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function