clang API Documentation

Public Member Functions
clang::driver::tools::visualstudio::Compile Class Reference

#include <Tools.h>

Inheritance diagram for clang::driver::tools::visualstudio::Compile:
Inheritance graph
[legend]
Collaboration diagram for clang::driver::tools::visualstudio::Compile:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Compile (const ToolChain &TC)
bool hasIntegratedAssembler () const override
bool hasIntegratedCPP () const override
bool isLinkJob () 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
std::unique_ptr< CommandGetCommand (Compilation &C, const JobAction &JA, const InputInfo &Output, const InputInfoList &Inputs, const llvm::opt::ArgList &TCArgs, const char *LinkingOutput) const

Detailed Description

Definition at line 593 of file Tools.h.


Constructor & Destructor Documentation

Definition at line 595 of file Tools.h.


Member Function Documentation

void visualstudio::Compile::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 7987 of file Tools.cpp.

References clang::driver::Compilation::addCommand().

std::unique_ptr< Command > visualstudio::Compile::GetCommand ( Compilation C,
const JobAction JA,
const InputInfo Output,
const InputInfoList Inputs,
const llvm::opt::ArgList &  TCArgs,
const char *  LinkingOutput 
) const

Reimplemented from clang::driver::Tool.

Definition at line 598 of file Tools.h.

Implements clang::driver::Tool.

Definition at line 599 of file Tools.h.

bool clang::driver::tools::visualstudio::Compile::isLinkJob ( ) const [inline, override, virtual]

Reimplemented from clang::driver::Tool.

Definition at line 600 of file Tools.h.


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