clang API Documentation
#include <Tools.h>


Public Member Functions | |
| Compile (const ToolChain &TC) | |
| virtual void | ConstructJob (Compilation &C, const JobAction &JA, const InputInfo &Output, const InputInfoList &Inputs, const ArgList &TCArgs, const char *LinkingOutput) const |
| clang::driver::tools::darwin::Compile::Compile | ( | const ToolChain & | TC | ) | [inline] |
| void darwin::Compile::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 3719 of file Tools.cpp.
References clang::driver::Compilation::addCommand(), clang::driver::Compilation::addTempFile(), clang::driver::ArgList::ClaimAllArgs(), clang::driver::Driver::Diag(), clang::driver::Compilation::getArgs(), clang::driver::Arg::getAsString(), clang::driver::InputInfo::getFilename(), clang::driver::ArgList::getLastArg(), clang::driver::types::getPreprocessedType(), clang::driver::Driver::GetTemporaryPath(), clang::driver::InputInfo::getType(), clang::driver::Action::getType(), clang::driver::types::getTypeName(), clang::driver::ArgList::hasArg(), clang::driver::InputInfo::isFilename(), clang::driver::InputInfo::isNothing(), clang::driver::ArgList::MakeArgString(), clang::driver::DerivedArgList::MakeArgString(), and clang::driver::types::TY_INVALID.