Project Alice
|
Functions | |
LLVMModuleProviderRef | LLVMCreateModuleProviderForExistingModule (LLVMModuleRef M) |
void | LLVMDisposeModuleProvider (LLVMModuleProviderRef M) |
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.
void LLVMDisposeModuleProvider | ( | LLVMModuleProviderRef | M | ) |
Destroys the module M.