Remove Module::GetSymbolVendor
authorPavel Labath <pavel@labath.sk>
Thu, 8 Aug 2019 07:34:07 +0000 (07:34 +0000)
committerPavel Labath <pavel@labath.sk>
Thu, 8 Aug 2019 07:34:07 +0000 (07:34 +0000)
commit579d6d1aa5974ce7a2a10e41c871507784308499
tree894bacf0b1053934aeb637b89bf9a2806110a758
parent53c5ea44ceab8a33addae979df9942413860f409
Remove Module::GetSymbolVendor

Summary:
This patch removes the GetSymbolVendor function, and the various
mentions of the SymbolVendor in the Module class. The implementation of
GetSymbolVendor is "inlined" into the GetSymbolFile class which I
created earlier.

After this patch, the SymbolVendor class still exists inside the Module
object, but only as an implementation detail -- a fancy holder for the
SymbolFile. That will be removed in the next patch.

Reviewers: clayborg, JDevlieghere, jingham, jdoerfert

Subscribers: jfb, lldb-commits

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

llvm-svn: 368263
lldb/include/lldb/Core/Module.h
lldb/source/Core/Module.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp