Package org.lwjgl.llvm
Class LLVMLinker
java.lang.Object
org.lwjgl.llvm.LLVMLinker
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromLLVMCore.getLibrary()
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
LLVMLinkModules2
(long Dest, long Src) LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src)
-
Field Details
-
LLVMLinkerDestroySource
public static final int LLVMLinkerDestroySource- See Also:
-
LLVMLinkerPreserveSource_Removed
public static final int LLVMLinkerPreserveSource_Removed- See Also:
-
-
Method Details
-
LLVMLinkModules2
public static boolean LLVMLinkModules2(long Dest, long Src) LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src)
-