clang API Documentation
#include <ToolChains.h>


Public Member Functions | |
| Minix (const Driver &D, const llvm::Triple &Triple, const llvm::opt::ArgList &Args) | |
| Minix - Minix tool chain which can call as(1) and ld(1) directly. | |
Protected Member Functions | |
| Tool * | buildAssembler () const override |
| Tool * | buildLinker () const override |
Definition at line 635 of file ToolChains.h.
| Minix::Minix | ( | const Driver & | D, |
| const llvm::Triple & | Triple, | ||
| const llvm::opt::ArgList & | Args | ||
| ) |
Minix - Minix tool chain which can call as(1) and ld(1) directly.
Definition at line 2632 of file ToolChains.cpp.
References clang::driver::ToolChain::getDriver(), and clang::driver::ToolChain::getFilePaths().
| Tool * Minix::buildAssembler | ( | ) | const [override, protected, virtual] |
Reimplemented from clang::driver::toolchains::Generic_GCC.
Definition at line 2638 of file ToolChains.cpp.
| Tool * Minix::buildLinker | ( | ) | const [override, protected, virtual] |
Reimplemented from clang::driver::toolchains::Generic_GCC.
Definition at line 2642 of file ToolChains.cpp.