struct CtorDtorIterator::Element

Declaration

struct CtorDtorIterator::Element { /* full declaration omitted */ };

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.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h:53

Member Variables

public unsigned int Priority
public llvm::Function* Func
public llvm::Value* Data

Method Overview

  • public Element(unsigned int Priority, llvm::Function * Func, llvm::Value * Data)

Methods

ΒΆElement(unsigned int Priority,
        llvm::Function* Func,
        llvm::Value* Data)

Declared at: llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h:54

Parameters

unsigned int Priority
llvm::Function* Func
llvm::Value* Data