| 2279 | |
| 2280 | |
| 2281 | bool DemangleGNU3::DemangleStringGNU3(Architecture* arch, const string& name, Ref<Type>& outType, QualifiedName& outVarName, const Ref<BinaryView>& view) |
| 2282 | { |
| 2283 | return DemangleStringGNU3(arch, name, outType, outVarName); |
| 2284 | } |
| 2285 | |
| 2286 | |
| 2287 | bool DemangleGNU3::DemangleStringGNU3(Architecture* arch, const string& name, Ref<Type>& outType, QualifiedName& outVarName, BinaryView* view) |
nothing calls this directly
no test coverage detected