Ejemplo n.º 1
0
 public static extern int RemoveModuleProvider(LLVMExecutionEngineRef* EE, LLVMModuleProviderRef* MP, ref LLVMModuleRef * OutMod, [MarshalAs(UnmanagedType.LPStr)] ref StringBuilder OutError);
Ejemplo n.º 2
0
 public static extern int GetBitcodeModuleProvider(LLVMMemoryBufferRef* MemBuf, ref LLVMModuleProviderRef * OutMP, [MarshalAs(UnmanagedType.LPStr)] ref StringBuilder OutMessage);
Ejemplo n.º 3
0
 public static extern void AddModuleProvider(LLVMExecutionEngineRef* EE, LLVMModuleProviderRef* MP);
Ejemplo n.º 4
0
 public static extern int CreateJITCompiler(ref LLVMExecutionEngineRef * OutJIT, LLVMModuleProviderRef* MP, uint OptLevel, [MarshalAs(UnmanagedType.LPStr)] ref StringBuilder OutError);
Ejemplo n.º 5
0
 public static extern int CreateInterpreter(ref LLVMExecutionEngineRef * OutInterp, LLVMModuleProviderRef* MP, [MarshalAs(UnmanagedType.LPStr)] ref StringBuilder OutError);
Ejemplo n.º 6
0
 public static extern LLVMPassManagerRef* CreateFunctionPassManager(LLVMModuleProviderRef* MP);
Ejemplo n.º 7
0
 public static extern void DisposeModuleProvider(LLVMModuleProviderRef* M);