Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.h222 bool isTargetWindows() const { return TargetTriple.getOS() == Triple::Win32; } in isTargetWindows() function
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h219 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function
/external/llvm/lib/Target/ARM/
DARMSubtarget.h492 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function