LLVM: llvm::orc::CtorDtorIterator::Element Struct Reference (original) (raw)

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

#include "[llvm/ExecutionEngine/Orc/ExecutionUtils.h](ExecutionUtils%5F8h%5Fsource.html)"

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

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

Member Data Documentation

Data

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

Func

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

Priority

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


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