clang API Documentation
#include <Tools.h>
Public Member Functions | |
Assemble (const ToolChain &TC) | |
bool | hasIntegratedCPP () const override |
void | RenderExtraToolArgs (const JobAction &JA, llvm::opt::ArgStringList &CmdArgs) const |
void | ConstructJob (Compilation &C, const JobAction &JA, const InputInfo &Output, const InputInfoList &Inputs, const llvm::opt::ArgList &TCArgs, const char *LinkingOutput) const override |
clang::driver::tools::hexagon::Assemble::Assemble | ( | const ToolChain & | TC | ) | [inline] |
void hexagon::Assemble::ConstructJob | ( | Compilation & | C, |
const JobAction & | JA, | ||
const InputInfo & | Output, | ||
const InputInfoList & | Inputs, | ||
const llvm::opt::ArgList & | TCArgs, | ||
const char * | LinkingOutput | ||
) | const [override, virtual] |
ConstructJob - Construct jobs to perform the action JA
, writing to Output
and with Inputs
, and add the jobs to C
.
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 5103 of file Tools.cpp.
References clang::driver::Compilation::addCommand(), clang::driver::Driver::Diag(), clang::driver::InputInfo::getFilename(), GetHexagonSmallDataThresholdValue(), clang::driver::toolchains::Hexagon_TC::GetTargetCPU(), clang::driver::InputInfo::isFilename(), and clang::driver::InputInfo::isNothing().
bool clang::driver::tools::hexagon::Assemble::hasIntegratedCPP | ( | ) | const [inline, override, virtual] |
Implements clang::driver::Tool.
void hexagon::Assemble::RenderExtraToolArgs | ( | const JobAction & | JA, |
llvm::opt::ArgStringList & | CmdArgs | ||
) | const |