LLVM  4.0.0
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 <ExecutionUtils.h>

Collaboration diagram for llvm::orc::CtorDtorIterator::Element:
[legend]

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 45 of file ExecutionUtils.h.

Constructor & Destructor Documentation

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

Definition at line 46 of file ExecutionUtils.h.

Member Data Documentation

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

Definition at line 51 of file ExecutionUtils.h.

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

Definition at line 50 of file ExecutionUtils.h.

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

Definition at line 49 of file ExecutionUtils.h.


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