Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h51 if (Triple.isOSzOS()) { in SystemZTargetInfo()
189 if (HasVector && !getTriple().isOSzOS()) in handleTargetFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h124 bool isTargetzOS() const { return TargetTriple.isOSzOS(); } in isTargetzOS()
H A DSystemZTargetMachine.cpp87 if (TT.isOSzOS()) in createTLOF()
H A DSystemZAsmPrinter.cpp977 if (TT.isOSzOS()) { in emitEndOfAsmFile()
1120 if (TM.getTargetTriple().isOSzOS()) { in emitFunctionBodyEnd()
1425 if (TM.getTargetTriple().isOSzOS()) in emitStartOfAsmFile()
1548 if (Subtarget.getTargetTriple().isOSzOS()) { in emitFunctionEntryLabel()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp230 if (STI.getTargetTriple().isOSzOS()) { in createSystemZMCAsmBackend()
H A DSystemZMCTargetDesc.cpp156 if (TT.isOSzOS()) in createSystemZMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h561 bool isOSzOS() const { return getOS() == Triple::ZOS; } in isOSzOS() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4179 if (T.isOSzOS() || in RenderCharacterOptions()
4185 } else if (T.isOSzOS()) in RenderCharacterOptions()
5525 if (Triple.isOSzOS()) { in ConstructJob()
6782 if (TC.getTriple().isOSzOS()) { in ConstructJob()
7030 TC.getArch() == llvm::Triple::hexagon || Triple.isOSzOS())) in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp959 if (T.isOSzOS()) in getDefaultFormat()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp192 if (T.isOSzOS()) in getCXXPersonality()
H A DCodeGenModule.cpp1061 if (getTriple().isOSzOS()) { in Release()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3640 T.isOSzOS()) { in GenerateLangArgs()
4045 T.isOSzOS(); in ParseLangArgs()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6466 if (C.getTargetTriple().isSystemZ() && C.getTargetTriple().isOSzOS()) in createMCAsmParser()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td485 let CustomCode = [{ !Target.getTriple().isOSzOS() }];