Class GlobalIFunc
Global Indirect Function
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class GlobalIFunc : GlobalIndirectSymbol, IExtensiblePropertyContainer, IOperandContainer<Value>
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 |