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

      public static long LLVMGetOrInsertComdat(long M, ByteBuffer Name)
      LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, char const * Name)
    • LLVMGetOrInsertComdat

      public static long LLVMGetOrInsertComdat(long M, CharSequence Name)
      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)