SymbolDB: GetSymbolsFromName added

This commit is contained in:
Sepalani
2016-10-04 17:33:25 +01:00
parent 10862cd0e8
commit d778b8a820
3 changed files with 17 additions and 5 deletions

View File

@ -71,6 +71,7 @@ public:
void AddCompleteSymbol(const Symbol& symbol);
Symbol* GetSymbolFromName(const std::string& name);
std::vector<Symbol*> GetSymbolsFromName(const std::string& name);
Symbol* GetSymbolFromHash(u32 hash)
{
XFuncPtrMap::iterator iter = checksumToFunction.find(hash);