clang API Documentation
Clang integrated assembler tool. More...
#include <Tools.h>


Public Member Functions | |
| ClangAs (const ToolChain &TC) | |
| virtual bool | hasGoodDiagnostics () const |
| Does this tool have "good" standardized diagnostics, or should the driver add an additional "command failed" diagnostic on failures. | |
| virtual bool | hasIntegratedAssembler () const |
| virtual bool | hasIntegratedCPP () const |
| virtual void | ConstructJob (Compilation &C, const JobAction &JA, const InputInfo &Output, const InputInfoList &Inputs, const ArgList &TCArgs, const char *LinkingOutput) const |
| clang::driver::tools::ClangAs::ClangAs | ( | const ToolChain & | TC | ) | [inline] |
| void ClangAs::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
| 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 2793 of file Tools.cpp.
References clang::driver::ArgList::AddAllArgs(), clang::driver::ArgList::AddAllArgValues(), clang::driver::Compilation::addCommand(), clang::driver::ArgList::begin(), clang::driver::ArgList::ClaimAllArgs(), clang::driver::ArgList::end(), clang::driver::InputInfo::getFilename(), clang::driver::Action::getInputs(), clang::driver::Action::getKind(), clang::driver::ArgList::getLastArg(), clang::driver::Arg::getOption(), clang::driver::Action::getType(), clang::driver::ArgList::hasArg(), Input, clang::driver::Action::InputClass, clang::driver::InputInfo::isFilename(), clang::driver::ArgList::MakeArgString(), clang::driver::Option::matches(), and UseRelaxAll().
| virtual bool clang::driver::tools::ClangAs::hasGoodDiagnostics | ( | ) | const [inline, virtual] |
Does this tool have "good" standardized diagnostics, or should the driver add an additional "command failed" diagnostic on failures.
Reimplemented from clang::driver::Tool.
| virtual bool clang::driver::tools::ClangAs::hasIntegratedAssembler | ( | ) | const [inline, virtual] |
Reimplemented from clang::driver::Tool.
| virtual bool clang::driver::tools::ClangAs::hasIntegratedCPP | ( | ) | const [inline, virtual] |
Implements clang::driver::Tool.