| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMModuleProviderRef |
LLVM.LLVMCreateModuleProviderForExistingModule(LLVMModuleRef M)
Changes the type of M so it can be passed to FunctionPassManagers and the
JIT.
|
| Modifier and Type | Method and Description |
|---|---|
static LLVMPassManagerRef |
LLVM.LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP)
Deprecated: Use LLVMCreateFunctionPassManagerForModule instead.
|
static void |
LLVM.LLVMDisposeModuleProvider(LLVMModuleProviderRef M)
Destroys the module M.
|
Copyright © 2025. All rights reserved.