| 786 | |
| 787 | |
| 788 | string Symbol::GetShortName() const |
| 789 | { |
| 790 | char* name = BNGetSymbolShortName(m_object); |
| 791 | string result = name; |
| 792 | BNFreeString(name); |
| 793 | return result; |
| 794 | } |
| 795 | |
| 796 | |
| 797 | StringRef Symbol::GetShortNameRef() const |
no outgoing calls
no test coverage detected