Package org.lwjgl.llvm
Class LLVMIRReader
java.lang.Object
org.lwjgl.llvm.LLVMIRReader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromLLVMCore.getLibrary()
. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
LLVMParseIRInContext
(long ContextRef, long MemBuf, PointerBuffer OutM, PointerBuffer OutMessage) LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef * OutM, char ** OutMessage)
static int
nLLVMParseIRInContext
(long ContextRef, long MemBuf, long OutM, long OutMessage) LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef * OutM, char ** OutMessage)
-
Method Details
-
nLLVMParseIRInContext
public static int nLLVMParseIRInContext(long ContextRef, long MemBuf, long OutM, long OutMessage) LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef * OutM, char ** OutMessage)
-
LLVMParseIRInContext
public static boolean LLVMParseIRInContext(long ContextRef, long MemBuf, PointerBuffer OutM, PointerBuffer OutMessage) LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef * OutM, char ** OutMessage)
-