[MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
[oota-llvm.git] / lib / ExecutionEngine / RTDyldMemoryManager.cpp
index 2bade6b6a6563d53bba9a5fbdb69f3c1f67ab87d..51b2d0faab860cd5d843164ee59523e14aa70a66 100644 (file)
@@ -210,7 +210,8 @@ ARM_MATH_IMPORTS(ARM_MATH_DECL)
 #undef ARM_MATH_DECL
 #endif
 
-uint64_t getSymbolAddress(const std::string &Name) {
+uint64_t
+RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) {
   // This implementation assumes that the host program is the target.
   // Clients generating code for a remote target should implement their own
   // memory manager.