DWARFUnit split out of DWARFCompileUnit
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 18 Mar 2018 20:09:02 +0000 (20:09 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 18 Mar 2018 20:09:02 +0000 (20:09 +0000)
commit2ccddfe3c68f6fff97e1627cfc25faf4fd7d10d1
treeae0e9e98012b4dfdd8ec3934be934fb9402b71c1
parente1d6a4df1cb48da825346a407134cd14120a1b45
DWARFUnit split out of DWARFCompileUnit

DW_TAG_partial_unit for DWZ can be then presented by DWARFPartialUnit also
inherited from DWARFUnit.

Differential revision: https://reviews.llvm.org/D40466

llvm-svn: 327809
lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp [new file with mode: 0644]
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h [new file with mode: 0644]