| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | ZOS.cpp | 26 ZOS::ZOS(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in ZOS() function in ZOS 29 ZOS::~ZOS() {} in ~ZOS() 31 void ZOS::addClangTargetOptions(const ArgList &DriverArgs, in addClangTargetOptions() 106 const ZOS &ToolChain = static_cast<const ZOS &>(getToolChain()); in ConstructJob() 211 ToolChain::RuntimeLibType ZOS::GetDefaultRuntimeLibType() const { in GetDefaultRuntimeLibType() 215 ToolChain::CXXStdlibType ZOS::GetDefaultCXXStdlibType() const { in GetDefaultCXXStdlibType() 219 void ZOS::AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, in AddCXXStdlibLibArgs() 245 auto ZOS::buildLinker() const -> Tool * { return new zos::Linker(*this); } in buildLinker() 247 void ZOS::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs() 304 void ZOS::TryAddIncludeFromPath(llvm::SmallString<128> Path, in TryAddIncludeFromPath() [all …]
|
| H A D | ZOS.h | 52 class LLVM_LIBRARY_VISIBILITY ZOS : public ToolChain { 54 ZOS(const Driver &D, const llvm::Triple &Triple, 56 ~ZOS() override;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AlignedAllocation.h | 36 case llvm::Triple::ZOS: in alignedAllocMinVersion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmInfo.cpp | 41 ExceptionsType = ExceptionHandling::ZOS; in SystemZMCAsmInfoGOFF()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCTargetOptions.h | 27 ZOS, ///< z/OS MVS Exception Handling. Very similar to DwarfCFI, but the PPA1 enumerator
|
| H A D | MCAsmInfo.h | 803 ExceptionsType == ExceptionHandling::ZOS || usesWindowsCFI()); in usesCFIForEH()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ObjectFile.cpp | 137 TheTriple.setOS(Triple::ZOS); in makeTriple()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 204 ZOS, enumerator 530 bool isOSzOS() const { return getOS() == Triple::ZOS; } in isOSzOS()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 309 case llvm::Triple::ZOS: in ShouldAddDefaultIncludePaths()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CodeGenPassBuilder.h | 791 case ExceptionHandling::ZOS: in addPassesToHandleExceptions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 274 case ZOS: return "zos"; in getOSTypeName() 625 .StartsWith("zos", Triple::ZOS) in parseOS()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 906 case ExceptionHandling::ZOS: in addPassesToHandleExceptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Targets.cpp | 522 case llvm::Triple::ZOS: in AllocateTarget()
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 410 SRCS_MIN+= Driver/ToolChains/ZOS.cpp
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 6329 case llvm::Triple::ZOS: in getToolChain() 6330 TC = std::make_unique<toolchains::ZOS>(*this, Target, Args); in getToolChain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 601 case ExceptionHandling::ZOS: in doInitialization()
|