clang API Documentation

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

#include <Tools.h>

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

List of all members.

Public Member Functions

 Link (const ToolChain &TC)
virtual bool hasIntegratedCPP () const
virtual bool isLinkJob () const
virtual void ConstructJob (Compilation &C, const JobAction &JA, const InputInfo &Output, const InputInfoList &Inputs, const ArgList &TCArgs, const char *LinkingOutput) const

Detailed Description

Definition at line 569 of file Tools.h.


Constructor & Destructor Documentation

clang::driver::tools::dragonfly::Link::Link ( const ToolChain TC) [inline]

Definition at line 571 of file Tools.h.


Member Function Documentation

void dragonfly::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

  • JA, writing to
  • Output and with
  • Inputs.
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 5504 of file Tools.cpp.

References clang::driver::ArgList::AddAllArgs(), clang::driver::Compilation::addCommand(), AddLinkerInputs(), addProfileRT(), clang::driver::Driver::CCCIsCXX, clang::driver::InputInfo::getFilename(), clang::driver::ArgList::hasArg(), clang::driver::InputInfo::isFilename(), clang::driver::InputInfo::isNothing(), clang::driver::ArgList::MakeArgString(), and clang::driver::Driver::SysRoot.

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

Implements clang::driver::Tool.

Definition at line 573 of file Tools.h.

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

Reimplemented from clang::driver::Tool.

Definition at line 574 of file Tools.h.


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