|
LLVM 23.0.0git
|
Functions | |
| LLVM_C_ABI LLVMModuleProviderRef | LLVMCreateModuleProviderForExistingModule (LLVMModuleRef M) |
| Changes the type of M so it can be passed to FunctionPassManagers and the JIT. | |
| LLVM_C_ABI void | LLVMDisposeModuleProvider (LLVMModuleProviderRef M) |
| Destroys the module M. | |
| LLVM_C_ABI LLVMModuleProviderRef LLVMCreateModuleProviderForExistingModule | ( | LLVMModuleRef | M | ) |
Changes the type of M so it can be passed to FunctionPassManagers and the JIT.
They take ModuleProviders for historical reasons.
Definition at line 4640 of file Core.cpp.
Referenced by LLVM_ATTRIBUTE_C_DEPRECATED().
| LLVM_C_ABI void LLVMDisposeModuleProvider | ( | LLVMModuleProviderRef | M | ) |
Destroys the module M.
Definition at line 4644 of file Core.cpp.
References llvm::unwrap().
Referenced by LLVM_ATTRIBUTE_C_DEPRECATED().