Class LLVMError

java.lang.Object
org.lwjgl.llvm.LLVMError

public class LLVMError extends Object
  • Field Details

  • Method Details

    • LLVMGetErrorTypeId

      @NativeType("LLVMErrorTypeId") public static long LLVMGetErrorTypeId(@NativeType("LLVMErrorRef") long Err)
      LLVMErrorTypeId LLVMGetErrorTypeId(LLVMErrorRef Err)
    • LLVMConsumeError

      public static void LLVMConsumeError(@NativeType("LLVMErrorRef") long Err)
      void LLVMConsumeError(LLVMErrorRef Err)
    • LLVMCantFail

      public static void LLVMCantFail(@NativeType("LLVMErrorRef") long Err)
      void LLVMCantFail(LLVMErrorRef Err)
    • nLLVMGetErrorMessage

      public static long nLLVMGetErrorMessage(long Err)
      char * LLVMGetErrorMessage(LLVMErrorRef Err)
    • LLVMGetErrorMessage

      @NativeType("char *") public static @Nullable ByteBuffer LLVMGetErrorMessage(@NativeType("LLVMErrorRef") long Err)
      char * LLVMGetErrorMessage(LLVMErrorRef Err)
    • nLLVMDisposeErrorMessage

      public static void nLLVMDisposeErrorMessage(long ErrMsg)
      void LLVMDisposeErrorMessage(char * ErrMsg)
    • LLVMDisposeErrorMessage

      public static void LLVMDisposeErrorMessage(@NativeType("char *") ByteBuffer ErrMsg)
      void LLVMDisposeErrorMessage(char * ErrMsg)
    • LLVMGetStringErrorTypeId

      @NativeType("LLVMErrorTypeId") public static long LLVMGetStringErrorTypeId()
      LLVMErrorTypeId LLVMGetStringErrorTypeId(void)
    • nLLVMCreateStringError

      public static long nLLVMCreateStringError(long ErrMsg)
      LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)
    • LLVMCreateStringError

      @NativeType("LLVMErrorRef") public static long LLVMCreateStringError(@NativeType("char const *") ByteBuffer ErrMsg)
      LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)
    • LLVMCreateStringError

      @NativeType("LLVMErrorRef") public static long LLVMCreateStringError(@NativeType("char const *") CharSequence ErrMsg)
      LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)