[LLVMdev] How to demange C++ names
Renato Golin
rengolin at systemcall.org
Fri Aug 27 12:10:03 PDT 2010
On 27 August 2010 20:01, Richard Pennington <rich at pennware.com> wrote:
> main% c++filt _ZNSt4listIiSaIiEEaSERKS1_
> std::list<int, std::allocator<int> >::operator=(std::list<int,
> std::allocator<int> > const&)
Me too...
$ c++filt _ZNSt4listIiSaIiEEaSERKS1_
std::list<int, std::allocator<int> >::operator=(std::list<int,
std::allocator<int> > const&)
GNU c++filt (GNU Binutils for Ubuntu) 2.20
cheers,
--renato
More information about the llvm-dev
mailing list