LLVM 22.0.0git
llvm::orc::CtorDtorIterator::Element Struct Reference

Accessor for an element of the global_ctors/global_dtors array. More...

#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"

Public Member Functions

 Element (unsigned Priority, Function *Func, Value *Data)

Public Attributes

unsigned Priority
FunctionFunc
ValueData

Detailed Description

Accessor for an element of the global_ctors/global_dtors array.

This class provides a read-only view of the element with any casts on the function stripped away.

Definition at line 58 of file ExecutionUtils.h.

Constructor & Destructor Documentation

◆ Element()

llvm::orc::CtorDtorIterator::Element::Element ( unsigned Priority,
Function * Func,
Value * Data )
inline

Definition at line 59 of file ExecutionUtils.h.

References Data, Func, and Priority.

Member Data Documentation

◆ Data

Value* llvm::orc::CtorDtorIterator::Element::Data

Definition at line 64 of file ExecutionUtils.h.

Referenced by Element().

◆ Func

Function* llvm::orc::CtorDtorIterator::Element::Func

Definition at line 63 of file ExecutionUtils.h.

Referenced by Element().

◆ Priority

unsigned llvm::orc::CtorDtorIterator::Element::Priority

Definition at line 62 of file ExecutionUtils.h.

Referenced by Element().


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