Deleted Added
full compact
ExecutionEngine.h (208954) ExecutionEngine.h (212904)
1/*===-- llvm-c/ExecutionEngine.h - ExecutionEngine Lib C Iface --*- C++ -*-===*\
2|* *|
3|* The LLVM Compiler Infrastructure *|
4|* *|
5|* This file is distributed under the University of Illinois Open Source *|
6|* License. See LICENSE.TXT for details. *|
7|* *|
8|*===----------------------------------------------------------------------===*|

--- 102 unchanged lines hidden (view full) ---

111/** Deprecated: Use LLVMRemoveModule instead. */
112LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
113 LLVMModuleProviderRef MP,
114 LLVMModuleRef *OutMod, char **OutError);
115
116LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
117 LLVMValueRef *OutFn);
118
1/*===-- llvm-c/ExecutionEngine.h - ExecutionEngine Lib C Iface --*- C++ -*-===*\
2|* *|
3|* The LLVM Compiler Infrastructure *|
4|* *|
5|* This file is distributed under the University of Illinois Open Source *|
6|* License. See LICENSE.TXT for details. *|
7|* *|
8|*===----------------------------------------------------------------------===*|

--- 102 unchanged lines hidden (view full) ---

111/** Deprecated: Use LLVMRemoveModule instead. */
112LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
113 LLVMModuleProviderRef MP,
114 LLVMModuleRef *OutMod, char **OutError);
115
116LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
117 LLVMValueRef *OutFn);
118
119void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn);
120
119LLVMTargetDataRef LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE);
120
121void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
122 void* Addr);
123
124void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
125
126#ifdef __cplusplus

--- 24 unchanged lines hidden ---
121LLVMTargetDataRef LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE);
122
123void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
124 void* Addr);
125
126void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
127
128#ifdef __cplusplus

--- 24 unchanged lines hidden ---