llvm-6502/include/llvm/ExecutionEngine
Jim Grosbach 6e56331ed9 Library-ize the dyld components of llvm-rtdyld.
Move the dynamic linking functionality of the llvm-rtdyld program into an
ExecutionEngine support library. Update llvm-rtdyld to just load an object
file into memory, use the library to process it, then run the _main()
function, if one is found.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128031 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-21 22:15:52 +00:00
..
ExecutionEngine.h Support unregistering exception frames of functions when they are removed. 2011-03-04 23:37:39 +00:00
GenericValue.h Merge System into Support. 2010-11-29 18:16:10 +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 Merge System into Support. 2010-11-29 18:16:10 +00:00
JITMemoryManager.h Merge System into Support. 2010-11-29 18:16:10 +00:00
MCJIT.h MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. 2010-11-17 16:06:43 +00:00
RuntimeDyld.h Library-ize the dyld components of llvm-rtdyld. 2011-03-21 22:15:52 +00:00