1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Demangle
Tomasz Miąsko da9f3ec14e [Demangle][Rust] Parse dot suffix
Allow mangled names to include an arbitrary dot suffix, akin to vendor
specific suffix in Itanium mangling.

Primary motivation is a support for symbols renamed during ThinLTO
import / promotion (ThinLTO is the default configuration for optimized
builds in rustc).

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D104358
2021-06-18 09:29:45 +02:00
..
CMakeLists.txt [demangler] Initial support for the new Rust mangling scheme 2021-05-03 16:44:30 -07:00
Demangle.cpp [Demangle] Support Rust v0 mangling scheme in llvm::demangle 2021-06-17 10:37:26 +02:00
ItaniumDemangle.cpp
MicrosoftDemangle.cpp [Demangle] Support demangling Swift calling convention in MS demangler. 2021-01-27 13:24:54 -08:00
MicrosoftDemangleNodes.cpp Fix memory leak in MicrosoftDemangleNodes's Node::toString 2021-04-22 18:44:30 +02:00
RustDemangle.cpp [Demangle][Rust] Parse dot suffix 2021-06-18 09:29:45 +02:00