Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DSystemZ.h49 if (Triple.isOSzOS()) { in SystemZTargetInfo()
178 if (HasVector && !getTriple().isOSzOS()) in handleTargetFeatures()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h122 bool isTargetzOS() const { return TargetTriple.isOSzOS(); } in isTargetzOS()
H A DSystemZTargetMachine.cpp81 if (TT.isOSzOS()) in createTLOF()
H A DSystemZAsmPrinter.cpp873 if (TM.getTargetTriple().isOSzOS()) { in emitFunctionBodyEnd()
1107 if (Subtarget.getTargetTriple().isOSzOS()) { in emitFunctionEntryLabel()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp156 if (TT.isOSzOS()) in createSystemZMCAsmInfo()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h515 bool isOSzOS() const { return getOS() == Triple::ZOS; } in isOSzOS() function
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp867 if (T.isOSzOS()) in getDefaultFormat()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp3416 if ((!Opts.GNUMode && !Opts.MSVCCompat && !Opts.CPlusPlus17) || T.isOSzOS()) { in GenerateLangArgs()
3798 (!Opts.GNUMode && !Opts.MSVCCompat && !Opts.CPlusPlus17) || T.isOSzOS(); in ParseLangArgs()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp3852 if (T.isOSzOS() || in RenderCharacterOptions()
6583 TC.getArch() == llvm::Triple::hexagon || Triple.isOSzOS())) in ConstructJob()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6447 if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS()) in createMCAsmParser()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td428 let CustomCode = [{ !Target.getTriple().isOSzOS() }];