Class LLVMBitWriter
java.lang.Object
org.lwjgl.llvm.LLVMBitWriter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromLLVMCore.getLibrary(). -
Method Summary
Modifier and TypeMethodDescriptionstatic intLLVMWriteBitcodeToFD(long M, int FD, int ShouldClose, int Unbuffered) int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, int Unbuffered)static intLLVMWriteBitcodeToFile(long M, CharSequence Path) int LLVMWriteBitcodeToFile(LLVMModuleRef M, char const * Path)static intLLVMWriteBitcodeToFile(long M, ByteBuffer Path) int LLVMWriteBitcodeToFile(LLVMModuleRef M, char const * Path)static intLLVMWriteBitcodeToFileHandle(long M, int Handle) int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle)static longLLVMWriteBitcodeToMemoryBuffer(long M) LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M)static intnLLVMWriteBitcodeToFile(long M, long Path) int LLVMWriteBitcodeToFile(LLVMModuleRef M, char const * Path)
-
Method Details
-
nLLVMWriteBitcodeToFile
public static int nLLVMWriteBitcodeToFile(long M, long Path) int LLVMWriteBitcodeToFile(LLVMModuleRef M, char const * Path) -
LLVMWriteBitcodeToFile
public static int LLVMWriteBitcodeToFile(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Path) int LLVMWriteBitcodeToFile(LLVMModuleRef M, char const * Path) -
LLVMWriteBitcodeToFile
public static int LLVMWriteBitcodeToFile(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Path) int LLVMWriteBitcodeToFile(LLVMModuleRef M, char const * Path) -
LLVMWriteBitcodeToFD
public static int LLVMWriteBitcodeToFD(@NativeType("LLVMModuleRef") long M, int FD, int ShouldClose, int Unbuffered) int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, int Unbuffered) -
LLVMWriteBitcodeToFileHandle
int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle) -
LLVMWriteBitcodeToMemoryBuffer
@NativeType("LLVMMemoryBufferRef") public static long LLVMWriteBitcodeToMemoryBuffer(@NativeType("LLVMModuleRef") long M) LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M)
-