SymbolVendor: Make SectionAddressesChanged a passthrough
authorPavel Labath <pavel@labath.sk>
Mon, 29 Jul 2019 15:53:36 +0000 (15:53 +0000)
committerPavel Labath <pavel@labath.sk>
Mon, 29 Jul 2019 15:53:36 +0000 (15:53 +0000)
commitc2409baa663d219bbe318d89f803dd6f1e10f29c
treef67fe35a92543ba365cc59fea4c963fe58a3a67a
parentd42289e291663a97ccd19d978a8cf3a0d388913b
SymbolVendor: Make SectionAddressesChanged a passthrough

Summary:
This moves the implementation of the function into the SymbolFile class,
making it possible to excise the SymbolVendor passthrough functions in
follow-up patches.

Reviewers: clayborg, jingham, JDevlieghere

Subscribers: lldb-commits

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

llvm-svn: 367231
lldb/include/lldb/Symbol/SymbolFile.h
lldb/source/Symbol/SymbolFile.cpp
lldb/source/Symbol/SymbolVendor.cpp