Class GlobalIFunc
Global Indirect Function
Namespace: Llvm.NET.Values
Assembly: Llvm.NET.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 |