Project Alice
Loading...
Searching...
No Matches
Collaboration diagram for Module Providers:

Functions

LLVMModuleProviderRef LLVMCreateModuleProviderForExistingModule (LLVMModuleRef M)
 
void LLVMDisposeModuleProvider (LLVMModuleProviderRef M)
 

Detailed Description

Function Documentation

◆ LLVMCreateModuleProviderForExistingModule()

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.

◆ LLVMDisposeModuleProvider()

void LLVMDisposeModuleProvider ( LLVMModuleProviderRef  M)

Destroys the module M.