Class LLVMMustPreserve

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.llvm.LLVMMustPreserve
All Implemented Interfaces:
AutoCloseable, LLVMMustPreserveI, CallbackI, NativeResource, Pointer

public abstract class LLVMMustPreserve extends Callback implements LLVMMustPreserveI
Callback function: (* anonymous)
  • Method Details

    • create

      public static LLVMMustPreserve create(long functionPointer)
      Creates a LLVMMustPreserve instance from the specified function pointer.
      Returns:
      the new LLVMMustPreserve
    • createSafe

      public static @Nullable LLVMMustPreserve createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static LLVMMustPreserve create(LLVMMustPreserveI instance)
      Creates a LLVMMustPreserve instance that delegates to the specified LLVMMustPreserveI instance.