clang API Documentation

Public Member Functions
clang::driver::tools::hexagon::Link Class Reference

#include <Tools.h>

Inheritance diagram for clang::driver::tools::hexagon::Link:
Inheritance graph
[legend]
Collaboration diagram for clang::driver::tools::hexagon::Link:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Link (const ToolChain &TC)
bool hasIntegratedCPP () const override
bool isLinkJob () const override
virtual 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

Detailed Description

Definition at line 207 of file Tools.h.


Constructor & Destructor Documentation

Definition at line 209 of file Tools.h.


Member Function Documentation

void hexagon::Link::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.

Parameters:
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 5172 of file Tools.cpp.

References clang::driver::Compilation::addCommand(), clang::driver::ToolChain::AddCXXStdlibLibArgs(), AddLinkerInputs(), clang::driver::Driver::CCCIsCXX(), clang::driver::toolchains::Linux::ExtraOpts, clang::driver::ToolChain::getDriver(), clang::driver::InputInfo::getFilename(), clang::driver::ToolChain::getFilePaths(), clang::driver::toolchains::Hexagon_TC::GetGnuDir(), GetHexagonSmallDataThresholdValue(), clang::driver::ToolChain::GetProgramPath(), clang::driver::toolchains::Hexagon_TC::GetTargetCPU(), and clang::driver::Driver::InstalledDir.

bool clang::driver::tools::hexagon::Link::hasIntegratedCPP ( ) const [inline, override, virtual]

Implements clang::driver::Tool.

Definition at line 212 of file Tools.h.

bool clang::driver::tools::hexagon::Link::isLinkJob ( ) const [inline, override, virtual]

Reimplemented from clang::driver::Tool.

Definition at line 213 of file Tools.h.

void hexagon::Link::RenderExtraToolArgs ( const JobAction JA,
llvm::opt::ArgStringList &  CmdArgs 
) const [virtual]

Definition at line 5167 of file Tools.cpp.


The documentation for this class was generated from the following files: