| 818 | |
| 819 | |
| 820 | string Symbol::GetRawName() const |
| 821 | { |
| 822 | char* name = BNGetSymbolRawName(m_object); |
| 823 | string result = name; |
| 824 | BNFreeString(name); |
| 825 | return result; |
| 826 | } |
| 827 | |
| 828 | |
| 829 | StringRef Symbol::GetRawNameRef() const |
no outgoing calls
no test coverage detected