llvm-c: Add LLVMGetPointerToFunction
[oota-llvm.git] / include / llvm-c / ExecutionEngine.h
index 50fdb6bd7356e14d39961395a471cba646427d54..696d871331fb89618ec0734f6d71713693ed0b68 100644 (file)
@@ -141,6 +141,8 @@ LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
                                     unsigned NumArgs,
                                     LLVMGenericValueRef *Args);
 
+void *LLVMGetPointerToFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
+
 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
 
 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);