[Lldb-commits] [lldb] Remove redundant symbol lookups in IRExecutionUnit::FindInSymbols (PR #102835)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 12 22:54:18 PDT 2024
================
@@ -355,6 +355,7 @@ class ModuleList {
void FindSymbolsWithNameAndType(ConstString name,
lldb::SymbolType symbol_type,
+ const SymbolContext &sc,
SymbolContextList &sc_list) const;
----------------
clayborg wrote:
Ditto
https://github.com/llvm/llvm-project/pull/102835
More information about the lldb-commits
mailing list