llvm-6502/lib/ExecutionEngine/JIT
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
..
Intercept.cpp Clean up code dealing with RTLD_SELF differences on Sparc and X86. 2003-07-28 19:07:30 +00:00
JIT.cpp
JIT.h
JITEmitter.cpp Add ability for external C code to get pointers to functions given their name. 2003-07-28 19:09:06 +00:00
Makefile Fix reference to architecture. 2003-07-28 19:06:50 +00:00
VM.cpp
VM.h