LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 57 of file ExecutionUtils.h.

Constructor & Destructor Documentation

◆ Element()

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

Definition at line 58 of file ExecutionUtils.h.

Member Data Documentation

◆ Data

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

Definition at line 63 of file ExecutionUtils.h.

◆ Func

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

Definition at line 62 of file ExecutionUtils.h.

◆ Priority

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

Definition at line 61 of file ExecutionUtils.h.


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