| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| AIX.cpp | 1 //===--- AIX.cpp - AIX ToolChain Implementations ----------------*- C++ -*-===// 9 #include "AIX.h" 18 using AIX = clang::driver::toolchains::AIX; 26 void aix::Assembler::ConstructJob(Compilation &C, const JobAction &JA, 48 // On Power for AIX and Linux, this behaviour matches that of GCC for both the 63 // The system assembler on AIX takes exactly one input file. The driver is 77 void aix::Linker::ConstructJob(Compilation &C, const JobAction &JA, 81 const AIX &ToolChain = static_cast<const AIX &>(getToolChain()) [all...] |
| AIX.h | 1 //===--- AIX.h - AIX ToolChain Implementations ------------------*- C++ -*-===// 19 /// aix -- Directly call system default assembler and linker. 20 namespace aix { namespace in namespace:clang::driver::tools 24 Assembler(const ToolChain &TC) : Tool("aix::Assembler", "assembler", TC) {} 36 Linker(const ToolChain &TC) : Tool("aix::Linker", "linker", TC) {} 47 } // end namespace aix 57 class LLVM_LIBRARY_VISIBILITY AIX : public ToolChain { 59 AIX(const Driver &D, const llvm::Triple &Triple, 77 // Set default DWARF version to 3 for now as latest AIX OS supports version 3 [all...] |
| /src/crypto/external/bsd/openssl/dist/Configurations/platform/ |
| AIX.pm | 1 package platform::AIX;
|
| /src/external/bsd/cron/dist/ |
| pathnames.h | 31 #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX)
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCAsmInfoXCOFF.cpp | 57 ExceptionsType = ExceptionHandling::AIX; 66 // For AIX assembler, symbols may consist of numeric digits,
|
| /src/crypto/external/apache2/openssl/dist/Configurations/platform/ |
| AIX.pm | 1 package platform::AIX; 16 sub shlibextsimple { return '.so' if $target{shared_target} eq "aix-solib"; 24 return platform::Unix->staticname($_[1]) if $target{shared_target} eq "aix-solib"; 38 return undef if $target{shared_target} eq "aix-solib"; 45 return platform::Unix->sharedlib_simple($_[1]) if $target{shared_target} eq "aix-solib";
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCTargetOptions.h | 25 AIX, ///< AIX Exception Handling
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| osabi.def | 48 GDB_OSABI_DEF (AIX, "AIX", nullptr)
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| osabi.def | 48 GDB_OSABI_DEF (AIX, "AIX", nullptr)
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/ |
| bdiv_q_1.asm | 84 ifdef(`AIX', 85 ` C For AIX it is not clear how to jump into another function. 88 C For non-AIX, dispatch into the pi1 variant.
|
| /src/external/apache2/llvm/lib/libclangDriver/ |
| Makefile | 31 AIX.cpp \
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
| mmap_allocator.d | 68 else version (AIX) 69 // https://www.ibm.com/support/knowledgecenter/en/ssw_aix_71/com.ibm.aix.basetrf1/mmap.htm
|
| /src/sys/arch/prep/include/ |
| nvram.h | 83 AIX = 2,
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/ |
| gcd_22.asm | 46 ifdef(`AIX',`define(`SLOW',`due to AIX')',`
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/ |
| gcd_22.asm | 46 ifdef(`AIX',`define(`SLOW',`due to AIX')',`
|
| /src/external/apache2/llvm/dist/llvm/cmake/ |
| config.guess | 518 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. 519 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 520 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' 521 i*86:AIX:*:*) 522 echo i386-ibm-aix 524 ia64:AIX:*:*) 530 echo ${UNAME_MACHINE}-ibm-aix${IBM_REV [all...] |
| /src/sys/external/isc/libsodium/dist/ |
| config.guess | 536 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. 537 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 538 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' 539 i*86:AIX:*:*) 540 echo i386-ibm-aix 542 ia64:AIX:*:*) 548 echo ${UNAME_MACHINE}-ibm-aix${IBM_REV [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ |
| config | 112 AIX:[3-9]:4:*) 113 echo "${MACHINE}-ibm-aix"; exit 0 116 AIX:*:[5-9]:*) 117 echo "${MACHINE}-ibm-aix"; exit 0 120 AIX:*) 427 if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc 784 *-aix) 789 OUT="aix-gcc" 798 OUT="aix-cc"
|
| /src/external/apache2/llvm/autoconf/autoconf/ |
| config.guess | 523 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. 524 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 525 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' 526 i*86:AIX:*:*) 527 echo i386-ibm-aix 529 ia64:AIX:*:*) 535 echo ${UNAME_MACHINE}-ibm-aix${IBM_REV [all...] |
| /src/external/bsd/libevent/dist/build-aux/ |
| config.guess | 576 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. 577 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 578 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' 579 i*86:AIX:*:*) 580 echo i386-ibm-aix 582 ia64:AIX:*:*) 588 echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| config.guess | 549 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. 550 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 551 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' 552 i*86:AIX:*:*) 553 echo i386-ibm-aix 555 ia64:AIX:*:*) 561 echo ${UNAME_MACHINE}-ibm-aix${IBM_REV [all...] |
| /src/external/lgpl3/mpc/dist/build-aux/ |
| config.guess | 577 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. 578 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 579 exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' 580 i*86:AIX:*:*) 581 echo i386-ibm-aix 583 ia64:AIX:*:*) 589 echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Triple.h | 187 AIX, 626 /// Tests whether the OS is AIX. 628 return getOS() == Triple::AIX;
|
| /src/external/bsd/zstd/dist/lib/ |
| Makefile | 84 ifeq ($(UNAME_TARGET_SYSTEM), AIX) 271 ifneq (,$(filter Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD NetBSD DragonFly SunOS Haiku AIX MSYS_NT% CYGWIN_NT%,$(UNAME)))
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| ObjectFile.cpp | 126 // XCOFF implies AIX. 127 TheTriple.setOS(Triple::AIX);
|