Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the
authorChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2003 07:12:02 +0000 (07:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2003 07:12:02 +0000 (07:12 +0000)
commit993bdcec009bb833c501b1e61707cd7030068698
tree24745316c880d80692b2fa2854bed621bd24d0eb
parent65b05ce02229b8e0cc270e4b4d3f1dd612300519
Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the
request on to the TargetMachine if it supports the getJITStubForFunction method

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