Class LLVMOrcSymbolPredicate

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

public abstract class LLVMOrcSymbolPredicate extends Callback implements LLVMOrcSymbolPredicateI
Callback function: LLVMOrcSymbolPredicate
  • Method Details

    • create

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

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

      public static LLVMOrcSymbolPredicate create(LLVMOrcSymbolPredicateI instance)
      Creates a LLVMOrcSymbolPredicate instance that delegates to the specified LLVMOrcSymbolPredicateI instance.