clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::driver::OffloadUnbundlingJobAction::DependentActionInfo Struct Referencefinal

Type that provides information about the actions that depend on this unbundling action. More...

#include "clang/Driver/Action.h"

Public Member Functions

 DependentActionInfo (const ToolChain *DependentToolChain, StringRef DependentBoundArch, const OffloadKind DependentOffloadKind)
 

Public Attributes

const ToolChainDependentToolChain = nullptr
 The tool chain of the dependent action.
 
StringRef DependentBoundArch
 The bound architecture of the dependent action.
 
const OffloadKind DependentOffloadKind = OFK_None
 The offload kind of the dependent action.
 

Detailed Description

Type that provides information about the actions that depend on this unbundling action.

Definition at line 602 of file Action.h.

Constructor & Destructor Documentation

◆ DependentActionInfo()

clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentActionInfo ( const ToolChain DependentToolChain,
StringRef  DependentBoundArch,
const OffloadKind  DependentOffloadKind 
)
inline

Definition at line 612 of file Action.h.

Member Data Documentation

◆ DependentBoundArch

StringRef clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentBoundArch

The bound architecture of the dependent action.

Definition at line 607 of file Action.h.

◆ DependentOffloadKind

const OffloadKind clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentOffloadKind = OFK_None

The offload kind of the dependent action.

Definition at line 610 of file Action.h.

◆ DependentToolChain

const ToolChain* clang::driver::OffloadUnbundlingJobAction::DependentActionInfo::DependentToolChain = nullptr

The tool chain of the dependent action.

Definition at line 604 of file Action.h.


The documentation for this struct was generated from the following file: