[RuntimeDyld] Improve error diagnostic in RuntimeDyldChecker.
[oota-llvm.git] / include / llvm / ExecutionEngine / RuntimeDyldChecker.h
index 38a4ea1ad5229ee157513c444cf128b3f6b70615..8dd891e8364829f33d823b44503995ee69a4ed13 100644 (file)
@@ -81,7 +81,7 @@ public:
 
 private:
 
-  bool checkSymbolIsValidForLoad(StringRef Symbol) const;
+  bool isSymbolValid(StringRef Symbol) const;
   uint64_t getSymbolAddress(StringRef Symbol) const;
   uint64_t readMemoryAtSymbol(StringRef Symbol, int64_t Offset,
                               unsigned Size) const;