Home
last modified time | relevance | path

Searched refs:ZOS (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DZOS.cpp25 ZOS::ZOS(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in ZOS() function in ZOS
28 ZOS::~ZOS() {} in ~ZOS()
30 void ZOS::addClangTargetOptions(const ArgList &DriverArgs, in addClangTargetOptions()
115 const ZOS &ToolChain = static_cast<const ZOS &>(getToolChain()); in ConstructJob()
219 ToolChain::RuntimeLibType ZOS::GetDefaultRuntimeLibType() const { in GetDefaultRuntimeLibType()
223 ToolChain::CXXStdlibType ZOS::GetDefaultCXXStdlibType() const { in GetDefaultCXXStdlibType()
227 void ZOS::AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, in AddCXXStdlibLibArgs()
251 auto ZOS::buildAssembler() const -> Tool * { return new zos::Assembler(*this); } in buildAssembler()
253 auto ZOS::buildLinker() const -> Tool * { return new zos::Linker(*this); } in buildLinker()
255 void ZOS::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAlignedAllocation.h36 case llvm::Triple::ZOS: in alignedAllocMinVersion()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp49 ExceptionsType = ExceptionHandling::ZOS; in SystemZMCAsmInfoGOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h61 ZOS, ///< z/OS MVS Exception Handling. Very similar to DwarfCFI, but the enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp137 TheTriple.setOS(Triple::ZOS); in makeTriple()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h641 ExceptionsType == ExceptionHandling::ZOS || usesWindowsCFI()); in usesCFIForEH()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h220 ZOS, enumerator
597 bool isOSzOS() const { return getOS() == Triple::ZOS; } in isOSzOS()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp235 case llvm::Triple::ZOS: in ShouldAddDefaultIncludePaths()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp320 case ZOS: return "zos"; in getOSTypeName()
693 .StartsWith("zos", Triple::ZOS) in parseOS()
2270 return ExceptionHandling::ZOS; in getDefaultExceptionHandling()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h829 case ExceptionHandling::ZOS: in addPassesToHandleExceptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp919 case ExceptionHandling::ZOS: in addPassesToHandleExceptions()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp531 case llvm::Triple::ZOS: in AllocateTarget()
/freebsd/lib/clang/libclang/
H A DMakefile445 SRCS_MIN+= Driver/ToolChains/ZOS.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6924 case llvm::Triple::ZOS: in getToolChain()
6925 TC = std::make_unique<toolchains::ZOS>(*this, Target, Args); in getToolChain()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td2147 // ZOS Runtime Libcalls
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp615 case ExceptionHandling::ZOS: in doInitialization()