class PPCLinuxToolChain

Declaration

class PPCLinuxToolChain : public Linux { /* full declaration omitted */ };

Description

Generic_GCC - A tool chain using the 'gcc' command to perform all subcommands; this relies on gcc translating the majority of command line options.

Declared at: clang/lib/Driver/ToolChains/PPCLinux.h:18

Inherits from: Linux

Member Variables

Inherited from Linux:

public ExtraOpts

Inherited from Generic_GCC:

protected GCCInstallation
protected CudaInstallation
protected RocmInstallation

Inherited from ToolChain:

protected Multilibs
protected SelectedMultilib

Method Overview

  • public void AddClangSystemIncludeArgs(const llvm::opt::ArgList & DriverArgs, llvm::opt::ArgStringList & CC1Args) const
  • public PPCLinuxToolChain(const clang::driver::Driver & D, const llvm::Triple & Triple, const llvm::opt::ArgList & Args)
  • private bool SupportIEEEFloat128(const clang::driver::Driver & D, const llvm::Triple & Triple, const llvm::opt::ArgList & Args) const

Inherited from Linux:

Inherited from Generic_ELF:

Inherited from Generic_GCC:

Inherited from ToolChain:

Methods

void AddClangSystemIncludeArgs(
    const llvm::opt::ArgList& DriverArgs,
    llvm::opt::ArgStringList& CC1Args) const

Description

Add the clang cc1 arguments for system include paths. This routine is responsible for adding the necessary cc1 arguments to include headers from standard system header directories.

Declared at: clang/lib/Driver/ToolChains/PPCLinux.h:24

Parameters

const llvm::opt::ArgList& DriverArgs
llvm::opt::ArgStringList& CC1Args

PPCLinuxToolChain(const clang::driver::Driver& D,
                  const llvm::Triple& Triple,
                  const llvm::opt::ArgList& Args)

Declared at: clang/lib/Driver/ToolChains/PPCLinux.h:20

Parameters

const clang::driver::Driver& D
const llvm::Triple& Triple
const llvm::opt::ArgList& Args

bool SupportIEEEFloat128(
    const clang::driver::Driver& D,
    const llvm::Triple& Triple,
    const llvm::opt::ArgList& Args) const

Declared at: clang/lib/Driver/ToolChains/PPCLinux.h:28

Parameters

const clang::driver::Driver& D
const llvm::Triple& Triple
const llvm::opt::ArgList& Args