clang
8.0.0
|
Offload bundler tool. More...
#include "/work/www-prereleases/8.0.0/rc4/docsbuild/llvm.src/tools/clang/lib/Driver/ToolChains/Clang.h"
Public Member Functions | |
OffloadBundler (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 |
ConstructJob - Construct jobs to perform the action JA , writing to Output and with Inputs , and add the jobs to C . More... | |
void | ConstructJobMultipleOutputs (Compilation &C, const JobAction &JA, const InputInfoList &Outputs, const InputInfoList &Inputs, const llvm::opt::ArgList &TCArgs, const char *LinkingOutput) const override |
Construct jobs to perform the action JA , writing to the Outputs and with Inputs , and add the jobs to C . More... | |
![]() | |
Tool (const char *Name, const char *ShortName, const ToolChain &TC, ResponseFileSupport ResponseSupport=RF_None, llvm::sys::WindowsEncodingMethod ResponseEncoding=llvm::sys::WEM_UTF8, const char *ResponseFlag="@") | |
virtual | ~Tool () |
const char * | getName () const |
const char * | getShortName () const |
const ToolChain & | getToolChain () const |
virtual bool | hasIntegratedAssembler () const |
virtual bool | canEmitIR () const |
virtual bool | isLinkJob () const |
virtual bool | isDsymutilJob () const |
ResponseFileSupport | getResponseFilesSupport () const |
Returns the level of support for response files of this tool, whether it accepts arguments to be passed via a file on disk. More... | |
llvm::sys::WindowsEncodingMethod | getResponseFileEncoding () const |
Returns which encoding the response file should use. More... | |
const char * | getResponseFileFlag () const |
Returns which prefix to use when passing the name of a response file as a parameter to this tool. More... | |
virtual bool | hasGoodDiagnostics () const |
Does this tool have "good" standardized diagnostics, or should the driver add an additional "command failed" diagnostic on failures. More... | |
Additional Inherited Members | |
![]() | |
enum | ResponseFileSupport { RF_Full, RF_FileList, RF_None } |
|
inline |
|
overridevirtual |
ConstructJob - Construct jobs to perform the action JA
, writing to Output
and with Inputs
, and add the jobs to C
.
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 6060 of file Clang.cpp.
References clang::driver::Compilation::addCommand(), clang::driver::InputInfo::getFilename(), clang::driver::ToolChain::getInputFilename(), clang::driver::Action::getInputs(), clang::driver::Action::getOffloadingArch(), clang::driver::Action::getOffloadingDeviceKind(), clang::driver::Action::GetOffloadKindName(), clang::driver::Tool::getShortName(), clang::driver::Tool::getToolChain(), clang::driver::ToolChain::getTriple(), clang::driver::InputInfo::getType(), clang::driver::types::getTypeTempSuffix(), clang::driver::Action::OFK_HIP, and clang::driver::Action::OFK_Host.
|
overridevirtual |
Construct jobs to perform the action JA
, writing to the Outputs
and with Inputs
, and add the jobs to C
.
The default implementation assumes a single output and is expected to be overloaded for the tools that support multiple inputs.
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. |
Reimplemented from clang::driver::Tool.
Definition at line 6144 of file Clang.cpp.
References clang::driver::Compilation::addCommand(), clang::driver::Action::GetOffloadKindName(), clang::driver::Tool::getShortName(), clang::driver::Tool::getToolChain(), clang::driver::types::getTypeTempSuffix(), and clang::driver::Action::OFK_HIP.
|
inlineoverridevirtual |
Implements clang::driver::Tool.