clang API Documentation
#include <ToolChains.h>
Public Member Functions | |
Solaris (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args) | |
Solaris - Solaris tool chain which can call as(1) and ld(1) directly. | |
bool | IsIntegratedAssemblerDefault () const override |
Protected Member Functions | |
Tool * | buildAssembler () const override |
Tool * | buildLinker () const override |
Definition at line 511 of file ToolChains.h.
Solaris::Solaris | ( | const Driver & | D, |
const llvm::Triple & | Triple, | ||
const llvm::opt::ArgList & | Args | ||
) |
Solaris - Solaris tool chain which can call as(1) and ld(1) directly.
Definition at line 2648 of file ToolChains.cpp.
References clang::driver::ToolChain::getDriver(), clang::driver::ToolChain::getFilePaths(), and clang::driver::ToolChain::getProgramPaths().
Tool * Solaris::buildAssembler | ( | ) | const [override, protected, virtual] |
Reimplemented from clang::driver::toolchains::Generic_GCC.
Definition at line 2660 of file ToolChains.cpp.
Tool * Solaris::buildLinker | ( | ) | const [override, protected, virtual] |
Reimplemented from clang::driver::toolchains::Generic_GCC.
Definition at line 2664 of file ToolChains.cpp.
bool clang::driver::toolchains::Solaris::IsIntegratedAssemblerDefault | ( | ) | const [inline, override, virtual] |
IsIntegratedAssemblerDefault - Does this tool chain enable -integrated-as by default.
Reimplemented from clang::driver::toolchains::Generic_GCC.
Definition at line 516 of file ToolChains.h.