Class LLVMIRReader

java.lang.Object
org.lwjgl.llvm.LLVMIRReader

public class LLVMIRReader extends Object
  • Nested Class Summary Link icon

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Contains the function pointers loaded from LLVMCore.getLibrary().
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static 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)

    Methods inherited from class java.lang.Object Link icon

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details Link icon

    • nLLVMParseIRInContext Link icon

      public static int nLLVMParseIRInContext(long ContextRef, long MemBuf, long OutM, long OutMessage)
      LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef * OutM, char ** OutMessage)
    • LLVMParseIRInContext Link icon

      public static boolean LLVMParseIRInContext(long ContextRef, long MemBuf, PointerBuffer OutM, PointerBuffer OutMessage)
      LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, LLVMMemoryBufferRef MemBuf, LLVMModuleRef * OutM, char ** OutMessage)