clang API Documentation

Public Member Functions
clang::driver::toolchains::Generic_ELF Class Reference

#include <ToolChains.h>

Inheritance diagram for clang::driver::toolchains::Generic_ELF:
Inheritance graph
[legend]
Collaboration diagram for clang::driver::toolchains::Generic_ELF:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Generic_ELF (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args)
void addClangTargetOptions (const llvm::opt::ArgList &DriverArgs, llvm::opt::ArgStringList &CC1Args) const override
 Add options that need to be passed to cc1 for this target.

Detailed Description

Definition at line 500 of file ToolChains.h.


Constructor & Destructor Documentation

clang::driver::toolchains::Generic_ELF::Generic_ELF ( const Driver D,
const llvm::Triple &  Triple,
const llvm::opt::ArgList &  Args 
) [inline]

Definition at line 503 of file ToolChains.h.


Member Function Documentation

void Generic_ELF::addClangTargetOptions ( const llvm::opt::ArgList &  DriverArgs,
llvm::opt::ArgStringList &  CC1Args 
) const [override, virtual]

The documentation for this class was generated from the following files: