llvm-6502/include/llvm/ExecutionEngine
Andrew Kaylor 776054dd93 Add interface for object-based JIT events.
This patch adds the interface to expose events from MCJIT when an object is emitted or freed and implements the MCJIT functionality to send those events.  The IntelJITEventListener implementation is left empty for now.  It will be fleshed out in a future patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167475 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-06 18:51:59 +00:00
..
ExecutionEngine.h Add a method to indicate section address re-assignment is finished. 2012-11-05 20:57:16 +00:00
GenericValue.h Merge System into Support. 2010-11-29 18:16:10 +00:00
Interpreter.h Fix comments from copy-paste to a more relevant meaning 2012-04-29 10:26:26 +00:00
JIT.h Fix comments from copy-paste to a more relevant meaning 2012-04-29 10:26:26 +00:00
JITEventListener.h Add interface for object-based JIT events. 2012-11-06 18:51:59 +00:00
JITMemoryManager.h Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. 2012-11-01 00:46:04 +00:00
MCJIT.h Fix comments from copy-paste to a more relevant meaning 2012-04-29 10:26:26 +00:00
ObjectBuffer.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
ObjectImage.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
OProfileWrapper.h Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
RuntimeDyld.h Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. 2012-11-01 00:46:04 +00:00