Add support for function stubs, which allow calling functions which need to
authorChris Lattner <sabre@nondot.org>
Fri, 9 May 2003 03:30:07 +0000 (03:30 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 May 2003 03:30:07 +0000 (03:30 +0000)
commit6125fddb52c3d821a4e4c000cbd210428b0009f6
tree273ddc62df183c90ced316ce76b88dcdd3d2898b
parent70bca51f92871c7f9d3eac9ab68292c149fab53c
Add support for function stubs, which allow calling functions which need to
have an address available, but have not yet been code generated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6059 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/Callback.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/VM.cpp
lib/ExecutionEngine/JIT/VM.h