public abstract class LLVMSymbolLookupCallback extends org.lwjgl.system.Callback implements LLVMSymbolLookupCallbackI
CreateDisasm, CreateDisasmCPU and CreateDisasmCPUFeatures methods.
char const * (*) (
void *DisInfo,
uint64_t ReferenceValue,
uint64_t *ReferenceType,
uint64_t ReferencePC,
char const **ReferenceName
)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 LLVMSymbolLookupCallback |
create(LLVMSymbolLookupCallbackI instance)
Creates a
LLVMSymbolLookupCallback instance that delegates to the specified LLVMSymbolLookupCallbackI instance. |
static LLVMSymbolLookupCallback |
create(long functionPointer)
Creates a
LLVMSymbolLookupCallback instance from the specified function pointer. |
static LLVMSymbolLookupCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static LLVMSymbolLookupCallback create(long functionPointer)
LLVMSymbolLookupCallback instance from the specified function pointer.LLVMSymbolLookupCallback@Nullable public static LLVMSymbolLookupCallback createSafe(long functionPointer)
public static LLVMSymbolLookupCallback create(LLVMSymbolLookupCallbackI instance)
LLVMSymbolLookupCallback instance that delegates to the specified LLVMSymbolLookupCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.