diff options
| author | Zequan Wu <zequanwu@google.com> | 2024-04-22 10:17:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 10:17:26 -0400 |
| commit | 9ef9db7087fe6ce00a84f1456fce9f2e98db0769 (patch) | |
| tree | f7ea0ecc926f2fb70d8d42e08978a29dab97ea50 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
| parent | 9803196849bd9c473aba7ead03da9aee5591f373 (diff) | |
| download | llvm-9ef9db7087fe6ce00a84f1456fce9f2e98db0769.zip llvm-9ef9db7087fe6ce00a84f1456fce9f2e98db0769.tar.gz llvm-9ef9db7087fe6ce00a84f1456fce9f2e98db0769.tar.bz2 | |
[lldb][DWARF] Remove m_forward_decl_die_to_compiler_type as it never actually being used. (#89427)
This removes `m_forward_decl_die_to_compiler_type` which is a map from
`const DWARFDebugInfoEntry *` to `lldb::opaque_compiler_type_t`. This
map is currently used in `DWARFASTParserClang::ParseEnum` and
`DWARFASTParserClang::ParseStructureLikeDIE` to avoid creating duplicate
CompilerType for the specific DIE. But before entering these two
functions in `DWARFASTParserClang::ParseTypeFromDWARF`, we already
checked with `SymbolFileDWARF::GetDIEToType()` if we have a Type created
from this DIE to avoid trying to parse the same DIE twice. So, this map
is unnecessary and not useful.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions
