llvm-project/lldb/source
Levon Ter-Grigoryan a705cf1acb Expression eval lookup speedup by not returning methods in ManualDWARFIndex::GetFunctions
Summary:
This change is connected with
https://reviews.llvm.org/D69843

In large codebases, we sometimes see Module::FindFunctions (when called from
ClangExpressionDeclMap::FindExternalVisibleDecls) returning huge amounts of
functions.

In current fix I trying to return only function_fullnames from ManualDWARFIndex::GetFunctions when eFunctionNameTypeFull is passed as argument.

Reviewers: labath, jarin, aprantl

Reviewed By: labath

Subscribers: shafik, clayborg, teemperor, arphaman, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D70846
2020-01-14 14:59:56 +01:00
..
API [lldb/Reproducer] Add SBReproducer::Replay overload (again) 2020-01-10 15:02:21 -08:00
Breakpoint [lldb][NFC] Migrate FileSpec::Dump to raw_ostream 2019-12-06 09:40:42 +01:00
Commands [lldb/Command] Add --force option for `watchpoint delete` command 2020-01-04 03:11:15 +01:00
Core [lldb] Remove various dead Compare functions 2020-01-08 18:05:33 -08:00
DataFormatters Data formatters: Look through array element typedefs 2020-01-10 11:45:24 +01:00
Expression [lldb] Don't defend against internal LLVM errors in IRInterpreter 2020-01-14 09:55:34 +01:00
Host [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
Initialization [Reproducer] Use ::rtrim() to remove trailing control characters. 2019-10-18 17:11:48 +00:00
Interpreter [lldb] Modernize OptionValue::SetValueChangedCallback 2020-01-09 14:17:17 +01:00
Plugins Expression eval lookup speedup by not returning methods in ManualDWARFIndex::GetFunctions 2020-01-14 14:59:56 +01:00
Symbol [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRef 2020-01-14 14:26:29 +01:00
Target Add missing nullptr checks. 2020-01-10 08:52:46 -08:00
Utility [lldb/Utility] Add std::move to make placate clang 3.8 2020-01-13 18:25:23 -08:00
CMakeLists.txt [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00
lldb.cpp [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00