clang API Documentation
#include <Tools.h>


Public Member Functions | |
| Link (const ToolChain &TC) | |
| virtual bool | hasIntegratedCPP () const |
| virtual bool | isLinkJob () const |
| virtual void | RenderExtraToolArgs (const JobAction &JA, ArgStringList &CmdArgs) const |
| virtual void | ConstructJob (Compilation &C, const JobAction &JA, const InputInfo &Output, const InputInfoList &Inputs, const ArgList &TCArgs, const char *LinkingOutput) const |
| clang::driver::tools::hexagon::Link::Link | ( | const ToolChain & | TC | ) | [inline] |
| void hexagon::Link::ConstructJob | ( | Compilation & | C, |
| const JobAction & | JA, | ||
| const InputInfo & | Output, | ||
| const InputInfoList & | Inputs, | ||
| const ArgList & | TCArgs, | ||
| const char * | LinkingOutput | ||
| ) | const [virtual] |
ConstructJob - Construct jobs to perform the action
| TCArgs | - The argument list for this toolchain, with any tool chain specific translations applied. |
| LinkingOutput | - If this output will eventually feed the linker, then this is the final output name of the linked image. |
Implements clang::driver::Tool.
Definition at line 3119 of file Tools.cpp.
References clang::driver::Compilation::addCommand(), clang::driver::ArgList::begin(), clang::driver::Driver::CCCIsCXX, clang::driver::Arg::claim(), clang::driver::Driver::Diag(), clang::driver::ArgList::end(), clang::driver::Compilation::getDriver(), clang::driver::InputInfo::getFilename(), getHexagonTargetCPU(), clang::driver::InputInfo::getInputArg(), getLastHexagonArchArg(), clang::driver::Arg::getOption(), clang::driver::InputInfo::getType(), clang::driver::Option::hasForwardToGCC(), clang::driver::InputInfo::isFilename(), clang::driver::ArgList::MakeArgString(), clang::driver::Option::matches(), and clang::driver::Arg::render().
| virtual bool clang::driver::tools::hexagon::Link::hasIntegratedCPP | ( | ) | const [inline, virtual] |
Implements clang::driver::Tool.
| virtual bool clang::driver::tools::hexagon::Link::isLinkJob | ( | ) | const [inline, virtual] |
Reimplemented from clang::driver::Tool.
| void hexagon::Link::RenderExtraToolArgs | ( | const JobAction & | JA, |
| ArgStringList & | CmdArgs | ||
| ) | const [virtual] |