diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-09-23 13:13:37 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-09-23 13:13:37 +0000 |
| commit | da298aa913754eb70cf2dc8fac0ed6b5ae72cfe9 (patch) | |
| tree | 7d8eefdba856dacabaf178385744bcad1b829323 /llvm/lib/Analysis | |
| parent | ddc9a06e95db3b0d81f1954edae4b04d385f5866 (diff) | |
| download | bcm5719-llvm-da298aa913754eb70cf2dc8fac0ed6b5ae72cfe9.tar.gz bcm5719-llvm-da298aa913754eb70cf2dc8fac0ed6b5ae72cfe9.zip | |
llvm-undname: Add support for demangling typeinfo names
typeinfo names aren't symbols but string constant contents
stored in compiler-generated typeinfo objects, but llvm-cxxfilt
can demangle these for Itanium names.
In the MSVC ABI, these are just a '.' followed by a mangled
type -- this means they don't start with '?' like all MS-mangled
symbols do.
Differential Revision: https://reviews.llvm.org/D67851
llvm-svn: 372602
Diffstat (limited to 'llvm/lib/Analysis')
0 files changed, 0 insertions, 0 deletions

