public static class LLVMMCJITCompilerOptions.Buffer extends org.lwjgl.system.StructBuffer<LLVMMCJITCompilerOptions,LLVMMCJITCompilerOptions.Buffer> implements org.lwjgl.system.NativeResource
LLVMMCJITCompilerOptions structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
LLVMMCJITCompilerOptions.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
CodeModel()
Returns the value of the
CodeModel field. |
LLVMMCJITCompilerOptions.Buffer |
CodeModel(int value)
Sets the specified value to the
CodeModel field. |
boolean |
EnableFastISel()
Returns the value of the
EnableFastISel field. |
LLVMMCJITCompilerOptions.Buffer |
EnableFastISel(boolean value)
Sets the specified value to the
EnableFastISel field. |
long |
MCJMM()
Returns the value of the
MCJMM field. |
LLVMMCJITCompilerOptions.Buffer |
MCJMM(long value)
Sets the specified value to the
MCJMM field. |
boolean |
NoFramePointerElim()
Returns the value of the
NoFramePointerElim field. |
LLVMMCJITCompilerOptions.Buffer |
NoFramePointerElim(boolean value)
Sets the specified value to the
NoFramePointerElim field. |
int |
OptLevel()
Returns the value of the
OptLevel field. |
LLVMMCJITCompilerOptions.Buffer |
OptLevel(int value)
Sets the specified value to the
OptLevel field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
LLVMMCJITCompilerOptions.Buffer instance backed by the specified container.
Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by LLVMMCJITCompilerOptions.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public int OptLevel()
OptLevel field.public int CodeModel()
CodeModel field.public boolean NoFramePointerElim()
NoFramePointerElim field.public boolean EnableFastISel()
EnableFastISel field.public long MCJMM()
MCJMM field.public LLVMMCJITCompilerOptions.Buffer OptLevel(int value)
OptLevel field.public LLVMMCJITCompilerOptions.Buffer CodeModel(int value)
CodeModel field.public LLVMMCJITCompilerOptions.Buffer NoFramePointerElim(boolean value)
NoFramePointerElim field.public LLVMMCJITCompilerOptions.Buffer EnableFastISel(boolean value)
EnableFastISel field.public LLVMMCJITCompilerOptions.Buffer MCJMM(long value)
MCJMM field.Copyright LWJGL. All Rights Reserved. License terms.