[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
authorLang Hames <lhames@gmail.com>
Wed, 1 Oct 2014 04:11:13 +0000 (04:11 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 1 Oct 2014 04:11:13 +0000 (04:11 +0000)
commite2ef4419a827c08d3d2786229f5f654de46ea551
tree48362fe8bc6885361960f18ca494701b323df52f
parentb69f873ee1efb2ca740118ea5bc0777c30e2aed6
[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
member of RTDyldMemoryManager (and rename to getSymbolAddressInProcess).

The functionality this provides is very specific to RTDyldMemoryManager, so it
makes sense to keep it in that class to avoid accidental re-use.

No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218741 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/RTDyldMemoryManager.h
lib/ExecutionEngine/RTDyldMemoryManager.cpp
unittests/ExecutionEngine/ExecutionEngineTest.cpp