Class LLVMOpInfo1

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct LLVMOpInfo1") public class LLVMOpInfo1 extends Struct<LLVMOpInfo1> implements NativeResource
struct LLVMOpInfo1 {
    struct LLVMOpInfoSymbol1 AddSymbol;
    struct LLVMOpInfoSymbol1 SubtractSymbol;
    uint64_t Value;
    uint64_t VariantKind;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • ADDSYMBOL

      public static final int ADDSYMBOL
      The struct member offsets.
    • SUBTRACTSYMBOL

      public static final int SUBTRACTSYMBOL
      The struct member offsets.
    • VALUE

      public static final int VALUE
      The struct member offsets.
    • VARIANTKIND

      public static final int VARIANTKIND
      The struct member offsets.
  • Constructor Details

    • LLVMOpInfo1

      public LLVMOpInfo1(ByteBuffer container)
      Creates a LLVMOpInfo1 instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details