|
LLVM
3.7.0
|
Accessor for an element of the global_ctors/global_dtors array. More...
#include <ExecutionUtils.h>
Public Member Functions | |
| Element (unsigned Priority, const Function *Func, const Value *Data) | |
Public Attributes | |
| unsigned | Priority |
| const Function * | Func |
| const 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 45 of file ExecutionUtils.h.
|
inline |
Definition at line 46 of file ExecutionUtils.h.
Definition at line 51 of file ExecutionUtils.h.
Definition at line 50 of file ExecutionUtils.h.
| unsigned llvm::orc::CtorDtorIterator::Element::Priority |
Definition at line 49 of file ExecutionUtils.h.
1.8.6