public class LLVMLinker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LLVMLinker.Functions
Contains the function pointers loaded from
LLVMCore.getLibrary(). |
| Modifier and Type | Field and Description |
|---|---|
static int |
LLVMLinkerDestroySource
This enum is provided for backwards-compatibility only.
|
static int |
LLVMLinkerPreserveSource_Removed
This enum is provided for backwards-compatibility only.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LLVMLinkModules2(long Dest,
long Src)
Links the source module into the destination module.
|
public static final int LLVMLinkerDestroySource
(LLVMLinkerMode)
LinkerDestroySource - This is the default behavior.LinkerPreserveSource_Removed - This option has been deprecated and should not be used.public static final int LLVMLinkerPreserveSource_Removed
(LLVMLinkerMode)
LinkerDestroySource - This is the default behavior.LinkerPreserveSource_Removed - This option has been deprecated and should not be used.Copyright LWJGL. All Rights Reserved. License terms.