Class LTODiagnosticHandler

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

public abstract class LTODiagnosticHandler extends Callback implements LTODiagnosticHandlerI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static LTODiagnosticHandler create(LTODiagnosticHandlerI instance)
      Creates a LTODiagnosticHandler instance that delegates to the specified LTODiagnosticHandlerI instance.