[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


================
@@ -295,7 +295,7 @@ class ModuleList {
   /// \see Module::FindFunctions ()
   void FindFunctions(const RegularExpression &name,
                      const ModuleFunctionSearchOptions &options,
-                     SymbolContextList &sc_list);
+                     const SymbolContext &sc, SymbolContextList &sc_list);
----------------
clayborg wrote:

Ditto from above

https://github.com/llvm/llvm-project/pull/102835


More information about the lldb-commits mailing list