Table of Contents

Class GlobalIFunc

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

Global Indirect Function

public class GlobalIFunc : GlobalIndirectSymbol, IEquatable<Value>
Inheritance
GlobalIFunc
Implements
Inherited Members
Extension Methods

Remarks

represents a single indirect function in the IR. Indirect function uses ELF symbol type extension to mark that the address of a declaration should be resolved at runtime by calling a resolver function.

Properties

Resolver

Gets or sets the ifunc resolver

Methods

RemoveFromParent()

Removes this instance from the parent module without destroying it