@Properties(inherit=LLVM.class) public class LLVMMCJITCompilerOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
LLVMMCJITCompilerOptions()
Default native constructor.
|
LLVMMCJITCompilerOptions(long size)
Native array allocator.
|
LLVMMCJITCompilerOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CodeModel() |
LLVMMCJITCompilerOptions |
CodeModel(int setter) |
int |
EnableFastISel() |
LLVMMCJITCompilerOptions |
EnableFastISel(int setter) |
LLVMMCJITCompilerOptions |
getPointer(long i) |
LLVMMCJITMemoryManagerRef |
MCJMM() |
LLVMMCJITCompilerOptions |
MCJMM(LLVMMCJITMemoryManagerRef setter) |
int |
NoFramePointerElim() |
LLVMMCJITCompilerOptions |
NoFramePointerElim(int setter) |
int |
OptLevel() |
LLVMMCJITCompilerOptions |
OptLevel(int setter) |
LLVMMCJITCompilerOptions |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic LLVMMCJITCompilerOptions()
public LLVMMCJITCompilerOptions(long size)
Pointer.position(long).public LLVMMCJITCompilerOptions(Pointer p)
Pointer(Pointer).public LLVMMCJITCompilerOptions position(long position)
public LLVMMCJITCompilerOptions getPointer(long i)
getPointer in class Pointerpublic LLVMMCJITCompilerOptions OptLevel(int setter)
public LLVMMCJITCompilerOptions CodeModel(int setter)
public LLVMMCJITCompilerOptions NoFramePointerElim(int setter)
public LLVMMCJITCompilerOptions EnableFastISel(int setter)
public LLVMMCJITMemoryManagerRef MCJMM()
public LLVMMCJITCompilerOptions MCJMM(LLVMMCJITMemoryManagerRef setter)
Copyright © 2025. All rights reserved.