Files
clang-p2996/lld/ELF
Fangrui Song e0612c91cd [ELF] Optimize getInputSections. NFC
In the majority of cases (e.g. orphan sections), an OutputSection has at most
one InputSectionDescription (isd). By changing the return type to
ArrayRef<InputSection *> we can just reference the isd->sections. For
OutputSections with more than one InputSectionDescription we use a caller
provided SmallVector to copy the elements as before.

Reviewed By: peter.smith

Differential Revision: https://reviews.llvm.org/D129111
2022-07-05 23:31:09 -07:00
..
2022-02-07 21:53:34 -08:00
2022-02-07 21:53:34 -08:00
2022-02-07 21:53:34 -08:00
2022-06-08 14:28:58 -07:00
2022-06-26 17:26:44 -07:00
2022-02-07 21:53:34 -08:00
2022-02-07 21:53:34 -08:00
2022-02-07 21:53:34 -08:00
2022-02-07 21:53:34 -08:00
2022-02-07 21:53:34 -08:00