From cfe-dev Mon Feb 11 14:53:24 2013 From: Olivier Goffart Date: Mon, 11 Feb 2013 14:53:24 +0000 To: cfe-dev Subject: Re: [cfe-dev] How to demangle _ZN3foocvPT_I3barEEv? Message-Id: <6503610.fQrSJanhkE () gargamel> X-MARC-Message: https://marc.info/?l=cfe-dev&m=136059469318723 On Monday 11 February 2013 14:06:45 fakju666 wrote: > Can anyone tell me what this is supposed to demangle to: > > _ZN3foocvPT_I3barEEv > > I got this in a call graph generated by opt, and this is the only name that > c++filt can't process. I think the problem is with the "T_" identifier, > because c++filt is happy if I replace it with "S_": > > foo::operator foo*() Could it be something like: template class T> foo::operator T*() "T_" seems to indicate a template dependent name. I don't know where you got that symbol from. _______________________________________________ cfe-dev mailing list cfe-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev