| Package | Description |
|---|---|
| org.bytedeco.llvm.global | |
| org.bytedeco.llvm.LLVM |
| Modifier and Type | Method and Description |
|---|---|
static LLVMMCJITMemoryManagerRef |
LLVM.LLVMCreateSimpleMCJITMemoryManager(Pointer Opaque,
LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection,
LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection,
LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory,
LLVMMemoryManagerDestroyCallback Destroy)
Create a simple custom MCJIT memory manager.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LLVM.LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM) |
| Modifier and Type | Method and Description |
|---|---|
LLVMMCJITMemoryManagerRef |
LLVMMCJITCompilerOptions.MCJMM() |
| Modifier and Type | Method and Description |
|---|---|
LLVMMCJITCompilerOptions |
LLVMMCJITCompilerOptions.MCJMM(LLVMMCJITMemoryManagerRef setter) |
Copyright © 2024. All rights reserved.