| 181 | } |
| 182 | |
| 183 | std::string name() { return sym ? std::string(sym->Name) : "???"; } |
| 184 | std::string undecorated_name() { |
| 185 | if (!sym) return "???"; |
| 186 | std::vector<char> und_name(max_name_len); |
nothing calls this directly
no outgoing calls
no test coverage detected