summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-05-24 21:32:54 +0000
committerAndres Freund <andres@anarazel.de>2018-05-24 21:32:54 +0000
commit4a3e2dc8f97b5061a8ef1343f9d70d76e4c90231 (patch)
tree5e895cb0a918e7db070f5bd47ba08c658c0ec05a /llvm/include/llvm-c
parent7aa54e956e687e42cc96d2e8d7dd398eb2bfd568 (diff)
downloadbcm5719-llvm-4a3e2dc8f97b5061a8ef1343f9d70d76e4c90231.tar.gz
bcm5719-llvm-4a3e2dc8f97b5061a8ef1343f9d70d76e4c90231.zip
[C-API] Add functions to create GDB, Intel, Oprofile event listeners.
The additions of Intel, Oprofile listeners were done blindly. Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D44890 llvm-svn: 333230
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/ExecutionEngine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/include/llvm-c/ExecutionEngine.h b/llvm/include/llvm-c/ExecutionEngine.h
index 51830fe139c..f109a9879ea 100644
--- a/llvm/include/llvm-c/ExecutionEngine.h
+++ b/llvm/include/llvm-c/ExecutionEngine.h
@@ -182,6 +182,12 @@ LLVMMCJITMemoryManagerRef LLVMCreateSimpleMCJITMemoryManager(
void LLVMDisposeMCJITMemoryManager(LLVMMCJITMemoryManagerRef MM);
+/*===-- JIT Event Listener functions -------------------------------------===*/
+
+LLVMJITEventListenerRef LLVMCreateGDBRegistrationListener(void);
+LLVMJITEventListenerRef LLVMCreateIntelJITEventListener(void);
+LLVMJITEventListenerRef LLVMCreateOprofileJITEventListener(void);
+
/**
* @}
*/
OpenPOWER on IntegriCloud