Package org.lwjgl.llvm
Class LLVMOrcGenericIRModuleOperationFunction
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.llvm.LLVMOrcGenericIRModuleOperationFunction
- All Implemented Interfaces:
AutoCloseable,LLVMOrcGenericIRModuleOperationFunctionI,CallbackI,NativeResource,Pointer
public abstract class LLVMOrcGenericIRModuleOperationFunction
extends Callback
implements LLVMOrcGenericIRModuleOperationFunctionI
Callback function:
LLVMOrcGenericIRModuleOperationFunction-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.llvm.LLVMOrcGenericIRModuleOperationFunctionI
CIFFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptioncreate(long functionPointer) Creates aLLVMOrcGenericIRModuleOperationFunctioninstance from the specified function pointer.Creates aLLVMOrcGenericIRModuleOperationFunctioninstance that delegates to the specifiedLLVMOrcGenericIRModuleOperationFunctionIinstance.static @Nullable LLVMOrcGenericIRModuleOperationFunctioncreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.llvm.LLVMOrcGenericIRModuleOperationFunctionI
callback, getCallInterface, invokeMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates aLLVMOrcGenericIRModuleOperationFunctioninstance from the specified function pointer.- Returns:
- the new
LLVMOrcGenericIRModuleOperationFunction
-
createSafe
-
create
public static LLVMOrcGenericIRModuleOperationFunction create(LLVMOrcGenericIRModuleOperationFunctionI instance) Creates aLLVMOrcGenericIRModuleOperationFunctioninstance that delegates to the specifiedLLVMOrcGenericIRModuleOperationFunctionIinstance.
-