Home
last modified time | relevance | path

Searched refs:isOSzOS (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DSystemZ.h49 if (Triple.isOSzOS()) { in SystemZTargetInfo()
174 if (HasVector && !getTriple().isOSzOS()) { in handleTargetFeatures()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp97 if (VectorABI || TT.isOSzOS()) in computeDataLayout()
110 if (TT.isOSzOS()) in createTLOF()
H A DSystemZSubtarget.h304 bool isTargetzOS() const { return TargetTriple.isOSzOS(); } in isTargetzOS()
H A DSystemZAsmPrinter.cpp825 if (TM.getTargetTriple().isOSzOS()) { in emitFunctionBodyEnd()
1059 if (Subtarget.getTargetTriple().isOSzOS()) { in emitFunctionEntryLabel()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DHost.cpp44 (Host.isSystemZ() && (Host.isOSLinux() || Host.isOSzOS())); in isSupportedArchAndOS()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp156 if (TT.isOSzOS()) in createSystemZMCAsmInfo()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h505 bool isOSzOS() const { return getOS() == Triple::ZOS; } in isOSzOS() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp847 if (T.isOSzOS()) in getDefaultFormat()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp3398 if ((!Opts.GNUMode && !Opts.MSVCCompat && !Opts.CPlusPlus17) || T.isOSzOS()) { in GenerateLangArgs()
3781 (!Opts.GNUMode && !Opts.MSVCCompat && !Opts.CPlusPlus17) || T.isOSzOS(); in ParseLangArgs()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp3846 if (T.isOSzOS() || in RenderCharacterOptions()
6435 TC.getArch() == llvm::Triple::hexagon || Triple.isOSzOS())) in ConstructJob()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6440 if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS()) in createMCAsmParser()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td415 let CustomCode = [{ !Target.getTriple().isOSzOS() }];