Searched refs:isTargetLinux (Results 1 – 10 of 10) sorted by relevance
49 bool isTargetLinux() const { return TargetTriple.getOS() == Triple::Linux; } in isTargetLinux() function
35 if (Subtarget->isTargetLinux()) in createTLOF()
281 bool isTargetLinux() const { return TargetTriple.getOS() == Triple::Linux; } in isTargetLinux() function
199 (hasV7Ops() && (isTargetLinux() || isTargetNaCl())) || in resetSubtargetFeatures()
3079 UseFastISel |= Subtarget->isTargetLinux() && !Subtarget->isThumb(); in createFastISel()
314 bool isTargetLinux() const { return TargetTriple.getOS() == Triple::Linux; } in isTargetLinux() function
1427 if (!STI.isTargetLinux() && !STI.isTargetDarwin() && in adjustForSegmentedStacks()1466 if (STI.isTargetLinux()) { in adjustForSegmentedStacks()1488 if (STI.isTargetLinux()) { in adjustForSegmentedStacks()1509 if (STI.isTargetLinux() || STI.isTargetWin32()) { in adjustForSegmentedStacks()1628 assert(STI.isTargetLinux() && in adjustForHiPEPrologue()
454 else if (isTargetDarwin() || isTargetLinux() || isTargetSolaris() || in resetSubtargetFeatures()
615 Subtarget->isTargetLinux()) in MatchLoadInAddress()
188 if (Subtarget->isTargetLinux()) in createTLOF()1735 if (!Subtarget->isTargetLinux()) in getStackCookieLocation()10619 assert((Subtarget->isTargetLinux() || in LowerVAARG()