Table of Contents

Method CreateAndAddGlobalIFunc

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

CreateAndAddGlobalIFunc(LazyEncodedString, ITypeRef, uint, Function)

Create and add a global indirect function

GlobalIFunc CreateAndAddGlobalIFunc(LazyEncodedString name, ITypeRef type, uint addressSpace, Function resolver)

Parameters

name LazyEncodedString

Name of the function

type ITypeRef

Signature of the function

addressSpace uint

Address space for the indirect function

resolver Function

Resolver for the indirect function

Returns

GlobalIFunc

New GlobalIFunc