Class LLVMComdat

java.lang.Object
org.lwjgl.llvm.LLVMComdat

public class LLVMComdat extends Object
  • 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

      @NativeType("LLVMComdatRef") public static long LLVMGetComdat(@NativeType("LLVMValueRef") long V)
      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)