1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/Demangle
Richard Smith b9999617a5 Allow demangler's node allocator to fail, and bail out of the entire
demangling process when it does.

Use this to support a "lookup" query for the mangling canonicalizer that
does not create new nodes. This could also be used to implement
demangling with a fixed-size temporary storage buffer.

Reviewers: erik.pilkington

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D51003

llvm-svn: 340670
2018-08-24 23:26:05 +00:00
..
Compiler.h Move Itanium demangler implementation into a header file and add visitation support. 2018-08-20 19:44:01 +00:00
Demangle.h [itanium demangler] Add llvm::itaniumFindTypesInMangledName() 2018-08-13 16:37:47 +00:00
ItaniumDemangle.h Allow demangler's node allocator to fail, and bail out of the entire 2018-08-24 23:26:05 +00:00
StringView.h Move Itanium demangler implementation into a header file and add visitation support. 2018-08-20 19:44:01 +00:00
Utility.h Move Itanium demangler implementation into a header file and add visitation support. 2018-08-20 19:44:01 +00:00