Package org.lwjgl.llvm
Class LLVMLinker
- java.lang.Object
-
- org.lwjgl.llvm.LLVMLinker
-
public class LLVMLinker extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LLVMLinker.Functions
Contains the function pointers loaded fromLLVMCore.getLibrary()
.
-
Field Summary
Fields Modifier and Type Field Description static int
LLVMLinkerDestroySource
LLVMLinkerPreserveSource_RemovedThis enum is provided for backwards-compatibility only.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
LLVMLinkModules2(long Dest, long Src)
Links the source module into the destination module.
-
-
-
Field Detail
-
LLVMLinkerDestroySource, LLVMLinkerPreserveSource_Removed
This enum is provided for backwards-compatibility only. It has no effect.(
LLVMLinkerMode
)Enum values:
LinkerDestroySource
- This is the default behavior.LinkerPreserveSource_Removed
- This option has been deprecated and should not be used.
-
-