add a mechanism for the JIT to invoke a function to lazily create functions as they...
authorChris Lattner <sabre@nondot.org>
Mon, 22 Oct 2007 02:50:12 +0000 (02:50 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Oct 2007 02:50:12 +0000 (02:50 +0000)
commitd958a5a9feea7239a73c2068f43f237db550f46e
tree1ab0a8fc513ee27f87b8f0a4c992a933df0a4677
parentec2fcafbea1fef61c611e04e5063766d910be7ef
add a mechanism for the JIT to invoke a function to lazily create functions as they are referenced.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43210 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/Intercept.cpp