Only SymbolFileDWARF::ParseCompileUnit creates a CompileUnit and it uses DWARFCompileUnit for that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89165
[nfc] [lldb] Simplify calling SymbolFileDWARF::GetDWARFCompileUnit ClosedPublic Authored by jankratochvil on Oct 9 2020, 2:37 PM.
Details Summary Only SymbolFileDWARF::ParseCompileUnit creates a CompileUnit and it uses DWARFCompileUnit for that.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 12 2020, 12:51 AM This revision was landed with ongoing or failed builds.Oct 12 2020, 4:27 AM Closed by commit rG54434dc4dce9: [nfc] [lldb] Simplify calling SymbolFileDWARF::GetDWARFCompileUnit (authored by jankratochvil). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297558 lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
|