llvm-6502/include/llvm/ExecutionEngine
Jeffrey Yasskin df5a7daff9 Add a JITEventListener interface that gets called back when a new function is
emitted or the machine code for a function is freed.  Chris mentioned that we
may also want a notification when a stub is emitted, but that'll be a future
change.  I intend to use this to tell oprofile where functions are emitted and
what lines correspond to what addresses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74157 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-25 02:04:04 +00:00
..
ExecutionEngine.h Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
GenericValue.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
Interpreter.h Fix the Ocaml bindings for the ExecutionEngine: with the change to build 2009-06-24 21:09:18 +00:00
JIT.h Fix the Ocaml bindings for the ExecutionEngine: with the change to build 2009-06-24 21:09:18 +00:00
JITEventListener.h Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
JITMemoryManager.h Use uint8_t and int32_t in {JIT,Machine}CodeEmiters 2009-06-04 00:15:51 +00:00