| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | ZOS.cpp | 25 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 D | AlignedAllocation.h | 36 case llvm::Triple::ZOS: in alignedAllocMinVersion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmInfo.cpp | 49 ExceptionsType = ExceptionHandling::ZOS; in SystemZMCAsmInfoGOFF()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 61 ZOS, ///< z/OS MVS Exception Handling. Very similar to DwarfCFI, but the enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 137 TheTriple.setOS(Triple::ZOS); in makeTriple()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmInfo.h | 641 ExceptionsType == ExceptionHandling::ZOS || usesWindowsCFI()); in usesCFIForEH()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 220 ZOS, enumerator 597 bool isOSzOS() const { return getOS() == Triple::ZOS; } in isOSzOS()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 235 case llvm::Triple::ZOS: in ShouldAddDefaultIncludePaths()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 320 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 D | CodeGenPassBuilder.h | 829 case ExceptionHandling::ZOS: in addPassesToHandleExceptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 919 case ExceptionHandling::ZOS: in addPassesToHandleExceptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Targets.cpp | 531 case llvm::Triple::ZOS: in AllocateTarget()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 445 SRCS_MIN+= Driver/ToolChains/ZOS.cpp
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 6924 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 D | RuntimeLibcalls.td | 2147 // ZOS Runtime Libcalls
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 615 case ExceptionHandling::ZOS: in doInitialization()
|