clang API Documentation

Public Member Functions
clang::driver::tools::gnutools::Assemble Class Reference

#include <Tools.h>

Inheritance diagram for clang::driver::tools::gnutools::Assemble:
Inheritance graph
[legend]
Collaboration diagram for clang::driver::tools::gnutools::Assemble:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 464 of file Tools.h.


Constructor & Destructor Documentation

Definition at line 466 of file Tools.h.


Member Function Documentation

void gnutools::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.

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 7022 of file Tools.cpp.

References addAssemblerKPIC(), clang::driver::Compilation::addCommand(), AttributeLangSupport::C, clang::driver::tools::arm::getARMFloatABI(), clang::driver::InputInfo::getFilename(), getGnuCompatibleMipsABIName(), clang::driver::tools::mips::getMipsCPUAndABI(), getSystemZTargetCPU(), clang::driver::tools::mips::isFPXXDefault(), SplitDebugInfo(), and SplitDebugName().

Implements clang::driver::Tool.

Definition at line 468 of file Tools.h.


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