[LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. NFCI.
authorMartin Storsjö <martin@martin.st>
Wed, 27 Nov 2019 12:08:01 +0000 (14:08 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 28 Nov 2019 09:27:00 +0000 (11:27 +0200)
commit2e5bb6d8d944767aa777e70dda8e4ce2f600d2f2
tree7c6d643a1a61113bf654c843c190d84d53eab412
parentb44e91a472526f01d67ee9ce5de2561216782330
[LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. NFCI.

Keep the existing special cases based on combinations of section name,
flags and sizes/offsets.

Differential Revision: https://reviews.llvm.org/D70778
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h