commit | e8d7f8a18e7e6d63ec466b73b2a2c527ba027f1d | [log] [tgz] |
---|---|---|
author | Pavel Labath <pavel@labath.sk> | Mon Nov 25 09:52:19 2024 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 25 00:54:09 2024 -0800 |
tree | e6ef967eeb7326f2cbed4dfeb58b17b16c4a3cd9 | |
parent | 075950e64ee8771d31b4bbdd10464068d38eee0c [diff] |
[lldb/DWARF] Remove duplicate type filtering (#116989) In #108907, the index classes started filtering the DIEs according to the full type query (instead of just the base name). This means that the checks in SymbolFileDWARF are now redundant. I've also moved the non-redundant checks so that now all checking is done in the DWARFIndex class and the caller can expect to get the final filtered list of types. GitOrigin-RevId: 1bc98957c898d7e7233746a7b284982d20539593