Class LLVMOrcCJITDylibSearchOrderElement

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<LLVMOrcCJITDylibSearchOrderElement>
org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class LLVMOrcCJITDylibSearchOrderElement extends org.lwjgl.system.Struct<LLVMOrcCJITDylibSearchOrderElement> implements org.lwjgl.system.NativeResource
An element type for a JITDylib search order.

Layout


 struct LLVMOrcCJITDylibSearchOrderElement {
     LLVMOrcJITDylibRef JD;
     LLVMOrcJITDylibLookupFlags JDLookupFlags;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int JD
      The struct member offsets.
    • JDLOOKUPFLAGS

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

    • LLVMOrcCJITDylibSearchOrderElement

      public LLVMOrcCJITDylibSearchOrderElement(ByteBuffer container)
      Creates a LLVMOrcCJITDylibSearchOrderElement 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