[lldb] Remove IRExecutionUnit::CollectFallbackNames
authorAlex Langford <apl@fb.com>
Wed, 15 Sep 2021 21:36:49 +0000 (14:36 -0700)
committerAlex Langford <apl@fb.com>
Wed, 22 Sep 2021 18:01:15 +0000 (11:01 -0700)
commit43552651319e1c39c09ce0f61b588813414cebda
treee46b1693bbb787a88c724d46617345a0590da9a7
parentc49611f9097899e51a91ddc71eb295486f5271ea
[lldb] Remove IRExecutionUnit::CollectFallbackNames

The work that IRExecutionUnit::CollectFallbackNames is basically the
work that `CPlusPlusLanguage::GetDemangledFunctionNameWithoutArguments`
does already. It's also (at time or writing) specific to C++, so it can
be folded into `IRExecutionUnit::CollectCandidateCPlusPlusNames`.

Differential Revision: https://reviews.llvm.org/D109928
lldb/include/lldb/Expression/IRExecutionUnit.h
lldb/source/Expression/IRExecutionUnit.cpp