Searched refs:isTargetWin32 (Results 1 – 4 of 4) sorted by relevance
252 if (Is64Bit || isTargetWin32()) in isLegalToCallImmediateAddr()
329 bool isTargetWin32() const { return !Is64Bit && isOSWindows(); } in isTargetWin32() function
1520 !IsFunclet && STI.isTargetWin32() && MMI.getModule()->getCodeViewFlag(); in emitPrologue()3007 if (!STI.isTargetLinux() && !STI.isTargetDarwin() && !STI.isTargetWin32() && in adjustForSegmentedStacks()3083 } else if (STI.isTargetWin32()) { in adjustForSegmentedStacks()3101 if (STI.isTargetLinux() || STI.isTargetWin32() || STI.isTargetWin64() || in adjustForSegmentedStacks()3656 assert(STI.isTargetWin32() && "EBP/ESI restoration only required on win32"); in restoreWin32EHStackPointers()
68 Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag(); in runOnMachineFunction()