[LLDB] - Regroup the switch entries in DWARFFormValue::ExtractValue. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 31 Oct 2018 16:12:29 +0000 (16:12 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 31 Oct 2018 16:12:29 +0000 (16:12 +0000)
commit0f46e34f74e1881891078f3d7364722eac022a18
tree8ae2ad2ff9a9ff8dcecf3fc41e839aca72cc6f82
parent977a1fe50750130b576972f7e36f48cdd15a8c4f
[LLDB] - Regroup the switch entries in DWARFFormValue::ExtractValue. NFC.

This is NFC to clean up the `DWARFFormValue::ExtractValue`.
It groups similar `DW_FORM_*` and removes an excessive
assignment of `ref_addr_size` (it was assigned right after in any case).

llvm-svn: 345733
lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp