HomeSort by: relevance | last modified time | path
    Searched defs:AIX (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
AIX.pm 1 package platform::AIX;
  /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/clang/lib/Driver/ToolChains/
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...]
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...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCTargetOptions.h 25 AIX, ///< AIX Exception Handling
  /src/sys/arch/prep/include/
nvram.h 83 AIX = 2,
  /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;

Completed in 29 milliseconds