public class LLVMIRReader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LLVMIRReader.Functions
Contains the function pointers loaded from
LLVMCore.getLibrary(). |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LLVMParseIRInContext(long ContextRef,
long MemBuf,
org.lwjgl.PointerBuffer OutM,
org.lwjgl.PointerBuffer OutMessage)
Read LLVM IR from a memory buffer and convert it into an in-memory
Module object. |
static int |
nLLVMParseIRInContext(long ContextRef,
long MemBuf,
long OutM,
long OutMessage)
Unsafe version of:
ParseIRInContext |
public static int nLLVMParseIRInContext(long ContextRef,
long MemBuf,
long OutM,
long OutMessage)
ParseIRInContextpublic static boolean LLVMParseIRInContext(long ContextRef,
long MemBuf,
org.lwjgl.PointerBuffer OutM,
org.lwjgl.PointerBuffer OutMessage)
Module object.
Returns 0 on success. Optionally returns a human-readable description of any errors that occurred during parsing IR. OutMessage must be
disposed with DisposeMessage.
Copyright LWJGL. All Rights Reserved. License terms.