summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/ExecutionEngine.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-21 18:11:10 +0000
committerChris Lattner <sabre@nondot.org>2009-01-21 18:11:10 +0000
commit41b43da217db2e65b1bea25fed083cc8071b0033 (patch)
treee2c28213a84448745677a445488d7afe604d923b /llvm/include/llvm-c/ExecutionEngine.h
parent77527f581238b79c7307e6fe3db720ae3acc762d (diff)
downloadbcm5719-llvm-41b43da217db2e65b1bea25fed083cc8071b0033.tar.gz
bcm5719-llvm-41b43da217db2e65b1bea25fed083cc8071b0033.zip
add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!
PR3364 llvm-svn: 62697
Diffstat (limited to 'llvm/include/llvm-c/ExecutionEngine.h')
-rw-r--r--llvm/include/llvm-c/ExecutionEngine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm-c/ExecutionEngine.h b/llvm/include/llvm-c/ExecutionEngine.h
index d138d072c63..8390c682dce 100644
--- a/llvm/include/llvm-c/ExecutionEngine.h
+++ b/llvm/include/llvm-c/ExecutionEngine.h
@@ -95,6 +95,8 @@ LLVMTargetDataRef LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE);
void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
void* Addr);
+void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
+
#ifdef __cplusplus
}
OpenPOWER on IntegriCloud