llvm/lld/MachO
Jez Ng 2a6669060f [lld-macho][nfc] De-templatize UnwindInfoSection
Follow-on to {D123276}. Now that we work with an internal
representation of compact unwind entries, we no longer need to template
our UnwindInfoSectionImpl code based on the pointer size of the target
architecture.

I've still kept the split between `UnwindInfoSectionImpl` and
`UnwindInfoSection`. I'd introduced that split in order to do type
erasure, but I think it's still useful to have in order to keep
`UnwindInfoSection`'s definition in the header file clean.

Reviewed By: #lld-macho, oontvoo

Differential Revision: https://reviews.llvm.org/D123277
2022-04-13 16:19:22 -04:00
..
Arch
CMakeLists.txt
ConcatOutputSection.cpp [lld-macho][nfc] Use includeInSymtab for all symtab-skipping logic 2022-04-11 15:45:46 -04:00
ConcatOutputSection.h [lld-macho][nfc] Give non-text ConcatOutputSections order-independent finalization 2022-04-07 18:13:27 -04:00
Config.h [lld] Remove support for legacy pass manager 2022-04-07 10:17:31 +02:00
Driver.cpp [lld-macho][nfc] Use includeInSymtab for all symtab-skipping logic 2022-04-11 15:45:46 -04:00
Driver.h
DriverUtils.cpp
Dwarf.cpp
Dwarf.h
ExportTrie.cpp
ExportTrie.h
ICF.cpp
ICF.h
InputFiles.cpp [lld-macho][nfc] Use includeInSymtab for all symtab-skipping logic 2022-04-11 15:45:46 -04:00
InputFiles.h [lld-macho][nfc] Remove indirection when looking up common section members 2022-04-07 14:28:52 -04:00
InputSection.cpp [lld/mac] Don't emit stabs entries for functions folded during ICF 2022-04-07 08:09:32 -04:00
InputSection.h
ld64-vs-lld.rst
LTO.cpp [lld] Remove support for legacy pass manager 2022-04-07 10:17:31 +02:00
LTO.h
MachOStructs.h
MapFile.cpp
MapFile.h
MarkLive.cpp
MarkLive.h
ObjC.cpp
ObjC.h
Options.td [lld] Remove support for legacy pass manager 2022-04-07 10:17:31 +02:00
OutputSection.cpp
OutputSection.h
OutputSegment.cpp
OutputSegment.h
Relocations.cpp
Relocations.h
SectionPriorities.cpp [lld-macho][NFC] Encapsulate symbol priority implementation. 2022-03-31 13:47:38 -04:00
SectionPriorities.h [lld-macho][NFC] Encapsulate symbol priority implementation. 2022-03-31 13:47:38 -04:00
Symbols.cpp [lld-macho][nfc] Use includeInSymtab for all symtab-skipping logic 2022-04-11 15:45:46 -04:00
Symbols.h [lld-macho][nfc] Use includeInSymtab for all symtab-skipping logic 2022-04-11 15:45:46 -04:00
SymbolTable.cpp [lld-macho][nfc] Use includeInSymtab for all symtab-skipping logic 2022-04-11 15:45:46 -04:00
SymbolTable.h
SyntheticSections.cpp [lld-macho][nfc] Use includeInSymtab for all symtab-skipping logic 2022-04-11 15:45:46 -04:00
SyntheticSections.h
Target.cpp
Target.h
UnwindInfoSection.cpp [lld-macho][nfc] De-templatize UnwindInfoSection 2022-04-13 16:19:22 -04:00
UnwindInfoSection.h [lld-macho][nfc] De-templatize UnwindInfoSection 2022-04-13 16:19:22 -04:00
Writer.cpp [lld-macho][nfc] Give non-text ConcatOutputSections order-independent finalization 2022-04-07 18:13:27 -04:00
Writer.h