Package org.lwjgl.llvm
Class LLVMComdat
java.lang.Object
org.lwjgl.llvm.LLVMComdat
-
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
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
LLVMGetComdat
(long V) LLVMComdatRef LLVMGetComdat(LLVMValueRef V)
static int
LLVMGetComdatSelectionKind
(long C) LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C)
static long
LLVMGetOrInsertComdat
(long M, CharSequence Name) LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)
static long
LLVMGetOrInsertComdat
(long M, ByteBuffer Name) LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)
static void
LLVMSetComdat
(long V, long C) void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C)
static void
LLVMSetComdatSelectionKind
(long C, int Kind) void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind)
static long
nLLVMGetOrInsertComdat
(long M, long Name) LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)
-
Field Details
-
LLVMAnyComdatSelectionKind
public static final int LLVMAnyComdatSelectionKind- See Also:
-
LLVMExactMatchComdatSelectionKind
public static final int LLVMExactMatchComdatSelectionKind- See Also:
-
LLVMLargestComdatSelectionKind
public static final int LLVMLargestComdatSelectionKind- See Also:
-
LLVMNoDeduplicateComdatSelectionKind
public static final int LLVMNoDeduplicateComdatSelectionKind- See Also:
-
LLVMSameSizeComdatSelectionKind
public static final int LLVMSameSizeComdatSelectionKind- See Also:
-
-
Method Details
-
nLLVMGetOrInsertComdat
public static long nLLVMGetOrInsertComdat(long M, long Name) LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)
-
LLVMGetOrInsertComdat
LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)
-
LLVMGetOrInsertComdat
LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)
-
LLVMGetComdat
public static long LLVMGetComdat(long V) LLVMComdatRef LLVMGetComdat(LLVMValueRef V)
-
LLVMSetComdat
public static void LLVMSetComdat(long V, long C) void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C)
-
LLVMGetComdatSelectionKind
public static int LLVMGetComdatSelectionKind(long C) LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C)
-
LLVMSetComdatSelectionKind
public static void LLVMSetComdatSelectionKind(long C, int Kind) void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind)
-