Searched defs:isTargetWindows (Results 1 – 3 of 3) sorted by relevance
222 bool isTargetWindows() const { return TargetTriple.getOS() == Triple::Win32; } in isTargetWindows() function
219 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function
492 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function