llvm-project/libcxxabi/src
Pavel Labath 14f3e3aa36 [Demangle] remove itaniumFindTypesInMangledName
Summary:
This (very specialized) function was added to enable an LLDB use case.
Now that a more generic interface (overriding of parser functions -
D52992)  is available, and LLDB has been converted to use that (D54074),
the function is unused and can be removed.

Reviewers: erik.pilkington, sgraenitz, rsmith

Subscribers: mgorny, hiraditya, christof, libcxx-commits, llvm-commits

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

llvm-svn: 347670
2018-11-27 16:11:24 +00:00
..
demangle [Demangle] remove itaniumFindTypesInMangledName 2018-11-27 16:11:24 +00:00
include [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 2018-04-16 22:00:14 +00:00
CMakeLists.txt [libc++abi] Provide __cxa_thread_atexit on Fuchsia 2018-10-29 20:20:26 +00:00
abort_message.cpp [libcxxabi] Clean up macro usage. 2017-03-01 11:42:01 +00:00
abort_message.h [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
cxa_aux_runtime.cpp Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI. 2017-03-01 02:23:54 +00:00
cxa_default_handlers.cpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 2018-10-10 16:18:37 +00:00
cxa_demangle.cpp Port LLVM r346606 to libcxxabi. 2018-11-11 10:09:06 +00:00
cxa_exception.cpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 2018-10-10 16:18:37 +00:00
cxa_exception.hpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 2018-10-10 16:18:37 +00:00
cxa_exception_storage.cpp [libc++abi] Use proper calling convention for TLS destructor 2017-08-08 00:54:33 +00:00
cxa_guard.cpp [libc++abi] Delete config.h 2017-03-30 23:31:33 +00:00
cxa_handlers.cpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 2018-10-10 16:18:37 +00:00
cxa_handlers.hpp [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
cxa_noexception.cpp Blind attempt to fix linker errors when building libc++abit w/o exceptions. 2018-10-10 17:12:54 +00:00
cxa_personality.cpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 2018-10-10 16:18:37 +00:00
cxa_thread_atexit.cpp [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
cxa_unexpected.cpp Uses quote to include cxxabi.h to make sure the local one is included 2017-04-04 05:38:38 +00:00
cxa_vector.cpp ibc++abi: mark visibility 2015-12-04 02:14:58 +00:00
cxa_virtual.cpp Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI. 2017-03-01 02:23:54 +00:00
fallback_malloc.cpp Use C++03 friendly version of alignof 2018-10-11 03:01:14 +00:00
fallback_malloc.h [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds 2017-03-04 02:04:45 +00:00
private_typeinfo.cpp [NFC][unwind] Improve error message when a type has more than one RTTIs 2018-10-09 14:55:15 +00:00
private_typeinfo.h [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
stdlib_exception.cpp [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCPP_BUILDING_LIBRARY 2018-08-01 02:08:59 +00:00
stdlib_new_delete.cpp Update libc++abi's detection of aligned allocation after r344207. 2018-10-11 00:18:54 +00:00
stdlib_stdexcept.cpp Remove dependancy on __refstring header; use local copy instead. 2017-07-12 01:34:21 +00:00
stdlib_typeinfo.cpp Rename TU names to not conflict with libc++. 2016-11-18 09:54:49 +00:00