clang API Documentation
#include <Tools.h>
Public Member Functions | |
Assemble (const ToolChain &TC) | |
bool | hasIntegratedCPP () const override |
void | ConstructJob (Compilation &C, const JobAction &JA, const InputInfo &Output, const InputInfoList &Inputs, const llvm::opt::ArgList &TCArgs, const char *LinkingOutput) const override |
DragonFly Tools. |
clang::driver::tools::dragonfly::Assemble::Assemble | ( | const ToolChain & | TC | ) | [inline] |
void dragonfly::Assemble::ConstructJob | ( | Compilation & | C, |
const JobAction & | JA, | ||
const InputInfo & | Output, | ||
const InputInfoList & | Inputs, | ||
const llvm::opt::ArgList & | TCArgs, | ||
const char * | LinkingOutput | ||
) | const [override, virtual] |
DragonFly Tools.
Implements clang::driver::Tool.
Definition at line 7661 of file Tools.cpp.
References clang::driver::Compilation::addCommand(), and clang::driver::InputInfo::getFilename().
bool clang::driver::tools::dragonfly::Assemble::hasIntegratedCPP | ( | ) | const [inline, override, virtual] |
Implements clang::driver::Tool.