LLVM
8.0.1
|
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 |
Function * | Func |
Value * | Data |
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 52 of file ExecutionUtils.h.
|
inline |
Definition at line 53 of file ExecutionUtils.h.
Value* llvm::orc::CtorDtorIterator::Element::Data |
Definition at line 58 of file ExecutionUtils.h.
Function* llvm::orc::CtorDtorIterator::Element::Func |
Definition at line 57 of file ExecutionUtils.h.
unsigned llvm::orc::CtorDtorIterator::Element::Priority |
Definition at line 56 of file ExecutionUtils.h.