[lld-macho][nfc] rename parsed-section types & variables
authorGreg McGary <gkm@fb.com>
Fri, 5 Nov 2021 03:55:31 +0000 (20:55 -0700)
committerGreg McGary <gkm@fb.com>
Tue, 16 Nov 2021 14:06:41 +0000 (07:06 -0700)
commit3a1b3c9afe74ef09a16b2ceefeaad854acf3fe7d
tree7aaa5e9d0775d0117707b98111eaa6ec5733e3ff
parent2e65c8e8db1887a39c9140b75a9f5bb892ddd93f
[lld-macho][nfc] rename parsed-section types & variables

This is an NFC diff that prepares for pruning & relocating `__eh_frame`.

Along the way, I made the following changes to ...
* clarify usage of `section` vs. `subsection`
* remove `map` & `vec` from type names
* disambiguate class `Section` from template parameter `SectionHeader`.

Differential Revision: https://reviews.llvm.org/D113241
lld/MachO/Driver.cpp
lld/MachO/InputFiles.cpp
lld/MachO/InputFiles.h
lld/MachO/ObjC.cpp
lld/MachO/SyntheticSections.cpp
lld/MachO/Writer.cpp