Remove DWARFDIECollection.
authorZachary Turner <zturner@google.com>
Tue, 12 Mar 2019 20:50:46 +0000 (20:50 +0000)
committerZachary Turner <zturner@google.com>
Tue, 12 Mar 2019 20:50:46 +0000 (20:50 +0000)
commit0eaa6d5b018705874472f63722e65dac5ab6d31d
tree546d2d5d01b1518d21e8945a1cb59a92e007b0d1
parentd5364dfa6dc169755329b05272ce0a590bd23321
Remove DWARFDIECollection.

This is a very thin wrapper over a std::vector<DWARFDIE> and does
not seem to provide any real value over just using a container
directly.

Differential Revision: https://reviews.llvm.org/D59165

llvm-svn: 355974
14 files changed:
lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp [deleted file]
lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.h [deleted file]
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h