llvm-6502/lib/ExecutionEngine
Misha Brukman d69c1e6dc2 Add ability for external C code to get pointers to functions given their name.
This us used by bugpoint -- when code is compiled to a shared object to be
JITted, it must use the JIT's lazy resolution method to find function addresses,
because some functions will not be available at .so load time, as they are in
the bytecode file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7363 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-28 19:09:06 +00:00
..
Interpreter Remove redundant const qualifier 2003-07-23 15:30:32 +00:00
JIT Add ability for external C code to get pointers to functions given their name. 2003-07-28 19:09:06 +00:00
ExecutionEngine.cpp Cleaned up the code which chooses the appropriate value for the file descriptor 2003-07-18 18:33:38 +00:00
Makefile Add in support to load shared objects (-load is provided by Support library). 2003-07-28 19:06:19 +00:00