public abstract class LLVMOrcSymbolResolverFn extends org.lwjgl.system.Callback implements LLVMOrcSymbolResolverFnI
OrcAddEagerlyCompiledIR, OrcAddLazilyCompiledIR and OrcAddObjectFile methods.
uint64_t (*) (
char const *Name,
void *LookupCtx
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static LLVMOrcSymbolResolverFn |
create(LLVMOrcSymbolResolverFnI instance)
Creates a
LLVMOrcSymbolResolverFn instance that delegates to the specified LLVMOrcSymbolResolverFnI instance. |
static LLVMOrcSymbolResolverFn |
create(long functionPointer)
Creates a
LLVMOrcSymbolResolverFn instance from the specified function pointer. |
static LLVMOrcSymbolResolverFn |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static LLVMOrcSymbolResolverFn create(long functionPointer)
LLVMOrcSymbolResolverFn instance from the specified function pointer.LLVMOrcSymbolResolverFn@Nullable public static LLVMOrcSymbolResolverFn createSafe(long functionPointer)
public static LLVMOrcSymbolResolverFn create(LLVMOrcSymbolResolverFnI instance)
LLVMOrcSymbolResolverFn instance that delegates to the specified LLVMOrcSymbolResolverFnI instance.Copyright LWJGL. All Rights Reserved. License terms.