| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMOrcThreadSafeContextRef |
LLVM.LLVMOrcCreateNewThreadSafeContext()
Create a ThreadSafeContext containing a new LLVMContext.
|
| Modifier and Type | Method and Description |
|---|---|
static LLVMOrcThreadSafeModuleRef |
LLVM.LLVMOrcCreateNewThreadSafeModule(LLVMModuleRef M,
LLVMOrcThreadSafeContextRef TSCtx)
Create a ThreadSafeModule wrapper around the given LLVM module.
|
static void |
LLVM.LLVMOrcDisposeThreadSafeContext(LLVMOrcThreadSafeContextRef TSCtx)
Dispose of a ThreadSafeContext.
|
static LLVMContextRef |
LLVM.LLVMOrcThreadSafeContextGetContext(LLVMOrcThreadSafeContextRef TSCtx)
Get a reference to the wrapped LLVMContext.
|
Copyright © 2024. All rights reserved.