Class GlobalIFunc
Global Indirect Function
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class GlobalIFunc : GlobalIndirectSymbol, IExtensiblePropertyContainer
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 |