llvm-project/lld/MachO
Fangrui Song a996cc217c Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
..
Arch [lld-macho] Add support for emitting chained fixups 2022-10-04 11:48:45 +02:00
CMakeLists.txt [lld-macho][reland] Initial support for EH Frames 2022-06-13 07:45:16 -04:00
ConcatOutputSection.cpp [lld-macho] Increase slop to prevent thunk out of range again. 2022-11-16 22:11:54 -05:00
ConcatOutputSection.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
Config.h [lld-macho] Change most Optional to std::optional 2022-11-27 16:54:07 -08:00
Driver.cpp [lld-macho] Reject -no_pie for unsupported archs 2022-11-29 11:17:08 -08:00
Driver.h [lld-macho] Change most Optional to std::optional 2022-11-27 16:54:07 -08:00
DriverUtils.cpp [lld-macho] Change most Optional to std::optional 2022-11-27 16:54:07 -08:00
Dwarf.cpp [lld-macho] Support creating N_SO stab for DWARF5 compile units 2022-07-28 09:58:26 +02:00
Dwarf.h [lld] Change Optional to std::optional 2022-11-27 17:25:34 -08:00
EhFrame.cpp [lld-macho] Support EH frame pointer encodings that use sdata4 2022-07-31 20:16:33 -04:00
EhFrame.h [lld-macho] Change most Optional to std::optional 2022-11-27 16:54:07 -08:00
ExportTrie.cpp [lld-macho] Change most Optional to std::optional 2022-11-27 16:54:07 -08:00
ExportTrie.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
ICF.cpp [lld] Fix duplicate word typos. NFC 2022-11-08 17:28:04 -08:00
ICF.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
InputFiles.cpp [lld] Use std::nullopt instead of None (NFC) 2022-12-02 23:12:36 -08:00
InputFiles.h [lld-macho] Change most Optional to std::optional 2022-11-27 16:54:07 -08:00
InputSection.cpp [lld] Change Optional to std::optional 2022-11-27 17:25:34 -08:00
InputSection.h [lld-macho] Don't fold subsections with symbols at nonzero offsets 2022-10-18 17:22:09 -04:00
LTO.cpp [lld] Use std::nullopt instead of None (NFC) 2022-12-02 23:12:36 -08:00
LTO.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
MachOStructs.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
MapFile.cpp Revert "[lld-macho] Overhaul map file code" 2022-11-17 12:13:13 +04:00
MapFile.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
MarkLive.cpp [lld-macho][nfc] Clean up includes 2022-10-19 13:56:24 -04:00
MarkLive.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
ObjC.cpp [lld-macho][nfc] Clean up includes 2022-10-19 13:56:24 -04:00
ObjC.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
Options.td [lld-macho] Add --ignore-auto-link-option 2022-10-11 16:10:24 -07:00
OutputSection.cpp [lld-macho][nfc] Run clang-format on lld/MachO/*.{h,cpp} 2022-05-24 08:36:20 +07:00
OutputSection.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00
OutputSegment.cpp [lld-macho] Ensure that chained fixups data comes first in __LINKEDIT 2022-11-07 23:51:24 +01:00
OutputSegment.h [lld-macho] Set the SG_READ_ONLY flag on __DATA_CONST 2022-08-31 17:04:20 +02:00
Relocations.cpp [lld-macho] Diagnose unaligned arm64 PAGEOFF12 relocations 2022-09-05 16:58:51 +02:00
Relocations.h [lld-macho] Parallelize linker optimization hint processing 2022-09-16 17:38:46 +02:00
SectionPriorities.cpp [lld] Use std::nullopt instead of None (NFC) 2022-12-02 23:12:36 -08:00
SectionPriorities.h [lld-macho] Change most Optional to std::optional 2022-11-27 16:54:07 -08:00
SymbolTable.cpp [lld-macho] Map file should map symbols to their original bitcode file 2022-10-21 22:49:02 -04:00
SymbolTable.h [lld-macho] Do not error out on dead stripped duplicate symbols 2022-09-30 15:09:27 -07:00
Symbols.cpp [lld-macho] Map file should map symbols to their original bitcode file 2022-10-21 22:49:02 -04:00
Symbols.h [lld-macho] Map file should map symbols to their original bitcode file 2022-10-21 22:49:02 -04:00
SyntheticSections.cpp [lld-macho] Set 4-byte alignment for `__init_offsets` 2022-11-10 23:32:55 +01:00
SyntheticSections.h Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
Target.cpp [lld-macho][nfc] Create Relocations.{h,cpp} for relocation-specific code 2021-03-11 13:28:09 -05:00
Target.h [lld-macho][nfc] define command UNWIND_MODE_MASK for convenience and rewrite mode-mask checking logic for clarity 2022-10-14 15:16:40 -04:00
UnwindInfoSection.cpp [lld-macho] Private label aliases to weak symbols should not retain section data 2022-12-01 12:01:32 -05:00
UnwindInfoSection.h [lld-macho][nfc] Clean up includes 2022-10-19 13:56:24 -04:00
Writer.cpp [lld-macho][nfc] Clean up includes 2022-10-19 13:56:24 -04:00
Writer.h [lld/mac] Use C++17 nested namespace syntax in most places 2022-08-08 07:11:17 -04:00