Class LLVMComdat
java.lang.Object
org.lwjgl.llvm.LLVMComdat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromLLVMCore.getLibrary(). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic longLLVMGetComdat(long V) LLVMComdatRef LLVMGetComdat(LLVMValueRef V)static intLLVMGetComdatSelectionKind(long C) LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C)static longLLVMGetOrInsertComdat(long M, CharSequence Name) LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)static longLLVMGetOrInsertComdat(long M, ByteBuffer Name) LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)static voidLLVMSetComdat(long V, long C) void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C)static voidLLVMSetComdatSelectionKind(long C, int Kind) void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind)static longnLLVMGetOrInsertComdat(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
@NativeType("LLVMComdatRef") public static long LLVMGetOrInsertComdat(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name) -
LLVMGetOrInsertComdat
@NativeType("LLVMComdatRef") public static long LLVMGetOrInsertComdat(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name) -
LLVMGetComdat
LLVMComdatRef LLVMGetComdat(LLVMValueRef V) -
LLVMSetComdat
public static void LLVMSetComdat(@NativeType("LLVMValueRef") long V, @NativeType("LLVMComdatRef") long C) void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) -
LLVMGetComdatSelectionKind
@NativeType("LLVMComdatSelectionKind") public static int LLVMGetComdatSelectionKind(@NativeType("LLVMComdatRef") long C) LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) -
LLVMSetComdatSelectionKind
public static void LLVMSetComdatSelectionKind(@NativeType("LLVMComdatRef") long C, @NativeType("LLVMComdatSelectionKind") int Kind) void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind)
-