[DWARFASTParserClang] Factor out structure-like type parsing, NFC
Split out the logic to parse structure-like types into a separate function, in an attempt to reduce the complexity of ParseTypeFromDWARF. Inspired by discussion in https://reviews.llvm.org/D68130. Differential Revision: https://reviews.llvm.org/D68422 llvm-svn: 373927
Showing
- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h 0 additions, 1 deletionlldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp 421 additions, 428 deletionslldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h 51 additions, 1 deletionlldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 1 addition, 2 deletionslldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Loading
Please register or sign in to comment