clang 22.0.0git
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 593 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 603 of file Action.h.

References DependentBoundArch, DependentOffloadKind, and DependentToolChain.

Member Data Documentation

◆ DependentBoundArch

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

The bound architecture of the dependent action.

Definition at line 598 of file Action.h.

Referenced by DependentActionInfo().

◆ DependentOffloadKind

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

The offload kind of the dependent action.

Definition at line 601 of file Action.h.

Referenced by DependentActionInfo().

◆ DependentToolChain

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

The tool chain of the dependent action.

Definition at line 595 of file Action.h.

Referenced by DependentActionInfo().


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