[Lldb-commits] [PATCH] D90464: [nfc] [lldb] Refactor out DWARFUnit::ContainsDIERef
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 2 08:01:01 PST 2020
labath added a comment.
If the DWZ stuff makes this more complicated then it may be worth it. Otherwise, let's just drop it.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h:53-54
+
+private:
+ static bool DWARFUnitContainsDIERef(const DWARFUnit &unit, DIERef die_ref);
};
----------------
Make this a file-level static (in the cpp file) instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90464/new/
https://reviews.llvm.org/D90464
More information about the lldb-commits
mailing list