1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Demangle
Zachary Turner a1fabd04e3 [MS Demangler] Resolve back-references lazily.
We need to both record and resolve back-references lazily due to
not being able to know until a demangling is complete whether or
not a name should go into the back-reference table..  This patch
implements lazy resolution of back-references, but we still have
eager recording of back-references.  This will be fixed in a
subsequent patch.

llvm-svn: 338736
2018-08-02 17:08:03 +00:00
..
CMakeLists.txt Add a Microsoft Demangler. 2018-07-20 17:27:48 +00:00
Compiler.h [LLVMDemangle] Move some utility classes to header files. 2018-07-16 21:24:03 +00:00
ItaniumDemangle.cpp [demangler] Fix an oss-fuzz bug from r338138 2018-07-28 04:06:30 +00:00
LLVMBuild.txt
MicrosoftDemangle.cpp [MS Demangler] Resolve back-references lazily. 2018-08-02 17:08:03 +00:00
StringView.h [MS Demangler] Demangle symbols in function scopes. 2018-07-30 03:12:34 +00:00
Utility.h [demangler] call terminate() if allocation failed 2018-07-23 22:23:04 +00:00