Searched refs:isOSzOS (Results 1 – 6 of 6) sorted by relevance
44 (Host.isSystemZ() && (Host.isOSLinux() || Host.isOSzOS())); in isSupportedArchAndOS()
476 bool isOSzOS() const { return getOS() == Triple::ZOS; } in isOSzOS() function
730 if (T.isOSzOS()) in getDefaultFormat()
3490 if (T.isOSzOS() || in RenderCharacterOptions()5684 TC.getArch() == llvm::Triple::hexagon || Triple.isOSzOS())) in ConstructJob()
2926 (!Opts.GNUMode && !Opts.MSVCCompat && !Opts.CPlusPlus17) || T.isOSzOS(); in ParseLangArgs()
385 let CustomCode = [{ !Target.getTriple().isOSzOS() }];