Package org.lwjgl.llvm
Class LLVMError
java.lang.Object
org.lwjgl.llvm.LLVMError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromLLVMCore.getLibrary()
. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
LLVMCantFail
(long Err) void LLVMCantFail(LLVMErrorRef Err)
static void
LLVMConsumeError
(long Err) void LLVMConsumeError(LLVMErrorRef Err)
static long
LLVMCreateStringError
(CharSequence ErrMsg) LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)
static long
LLVMCreateStringError
(ByteBuffer ErrMsg) LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)
static void
LLVMDisposeErrorMessage
(ByteBuffer ErrMsg) void LLVMDisposeErrorMessage(char * ErrMsg)
static @Nullable ByteBuffer
LLVMGetErrorMessage
(long Err) char * LLVMGetErrorMessage(LLVMErrorRef Err)
static long
LLVMGetErrorTypeId
(long Err) LLVMErrorTypeId LLVMGetErrorTypeId(LLVMErrorRef Err)
static long
LLVMErrorTypeId LLVMGetStringErrorTypeId(void)
static long
nLLVMCreateStringError
(long ErrMsg) LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)
static void
nLLVMDisposeErrorMessage
(long ErrMsg) void LLVMDisposeErrorMessage(char * ErrMsg)
static long
nLLVMGetErrorMessage
(long Err) char * LLVMGetErrorMessage(LLVMErrorRef Err)
-
Field Details
-
LLVMErrorSuccess
public static final int LLVMErrorSuccess- See Also:
-
-
Method Details
-
LLVMGetErrorTypeId
public static long LLVMGetErrorTypeId(long Err) LLVMErrorTypeId LLVMGetErrorTypeId(LLVMErrorRef Err)
-
LLVMConsumeError
public static void LLVMConsumeError(long Err) void LLVMConsumeError(LLVMErrorRef Err)
-
LLVMCantFail
public static void LLVMCantFail(long Err) void LLVMCantFail(LLVMErrorRef Err)
-
nLLVMGetErrorMessage
public static long nLLVMGetErrorMessage(long Err) char * LLVMGetErrorMessage(LLVMErrorRef Err)
-
LLVMGetErrorMessage
char * LLVMGetErrorMessage(LLVMErrorRef Err)
-
nLLVMDisposeErrorMessage
public static void nLLVMDisposeErrorMessage(long ErrMsg) void LLVMDisposeErrorMessage(char * ErrMsg)
-
LLVMDisposeErrorMessage
void LLVMDisposeErrorMessage(char * ErrMsg)
-
LLVMGetStringErrorTypeId
public static long LLVMGetStringErrorTypeId()LLVMErrorTypeId LLVMGetStringErrorTypeId(void)
-
nLLVMCreateStringError
public static long nLLVMCreateStringError(long ErrMsg) LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)
-
LLVMCreateStringError
LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)
-
LLVMCreateStringError
LLVMErrorRef LLVMCreateStringError(char const * ErrMsg)
-