Pavel Labath
d5d47a3574
Remove SymbolVendor::GetSymtab
...
Summary:
This patch removes the GetSymtab method from the SymbolVendor, which is
a no-op as it's implementation just forwards to the relevant SymbolFile.
Instead it creates a Module::GetSymtab, which calls the SymbolFile
method directly.
All callers have been updated to use the Module method directly instead
of a two phase GetSymbolVendor->GetSymtab search, which leads to reduced
intentation in a lot of deeply nested code.
Reviewers: clayborg, JDevlieghere, jingham
Subscribers: lldb-commits
Differential Revision: https://reviews.llvm.org/D65569
llvm-svn: 367820
2019-08-05 09:21:47 +00:00
..
2019-07-16 09:27:02 +00:00
2019-07-31 17:58:00 +00:00
2019-04-27 06:19:42 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-08-02 00:18:44 +00:00
2019-04-10 20:48:55 +00:00
2019-05-08 01:23:47 +00:00
2019-04-10 20:48:55 +00:00
2019-08-02 00:18:44 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-08-02 00:18:44 +00:00
2019-05-23 11:14:47 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-04-27 06:19:42 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-01-19 08:50:56 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-04-27 06:19:42 +00:00
2019-01-19 08:50:56 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-04-10 20:48:55 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-07-30 18:06:38 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-01-19 08:50:56 +00:00
2019-01-19 08:50:56 +00:00
2019-08-05 09:21:47 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-01-19 08:50:56 +00:00
2019-07-28 06:24:07 +00:00
2019-01-19 08:50:56 +00:00
2019-04-10 20:48:55 +00:00
2019-04-10 20:48:55 +00:00
2019-07-28 06:24:07 +00:00
2019-04-10 20:48:55 +00:00
2019-08-02 00:18:44 +00:00
2019-04-10 20:48:55 +00:00
2019-07-26 11:46:21 +00:00
2019-07-26 11:46:21 +00:00