llvm-project/lldb/unittests/SymbolFile/DWARF
Pavel Labath 465eae3669 SymbolVendor: Remove passthrough methods
After the recent refactorings the SymbolVendor passthrough no longer
serve any purpose. This patch removes those methods, and updates all
callsites to go to the symbol file directly -- in most cases that just
means calling GetSymbolFile()->foo() instead of
GetSymbolVendor()->foo().

llvm-svn: 368001
2019-08-06 09:12:42 +00:00
..
Inputs
CMakeLists.txt [unittests] Add a helper function for getting an input file 2017-06-29 13:02:11 +00:00
SymbolFileDWARFTests.cpp SymbolVendor: Remove passthrough methods 2019-08-06 09:12:42 +00:00