DWARF: s/CompileUnit/Unit/ in DWARFFormValue
authorPavel Labath <pavel@labath.sk>
Wed, 15 May 2019 07:45:40 +0000 (07:45 +0000)
committerPavel Labath <pavel@labath.sk>
Wed, 15 May 2019 07:45:40 +0000 (07:45 +0000)
commit041f40e5daf35842f67ab40eaa1f29e99727b736
tree497466f4ca68f6fa3db7ac202553eafaf15fc998
parent4c1d6ee83dd0bf1cc24d85612a017b70350d9118
DWARF: s/CompileUnit/Unit/ in DWARFFormValue

The class has been converted to use DWARFUnit, but a number of uses of
the words compile unit remained. This removes all such references
Get/SetCompileUnit becomes Get/SetUnit, and m_cu becomes m_unit.

llvm-svn: 360754
lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h