llvm-project/lld/MachO
Jez Ng ae8fa1d8a6 [lld-macho][NFC] Define isHidden() in LinkEditSection
Since it's always true

Reviewed By: #lld-macho, smeenai

Differential Revision: https://reviews.llvm.org/D86749
2020-08-27 17:44:18 -07:00
..
Arch [lld-macho] Weak locals should be relaxed too 2020-08-27 17:44:17 -07:00
CMakeLists.txt [lld-macho] Implement -ObjC 2020-08-26 19:20:55 -07:00
Config.h [lld-macho] Implement -all_load 2020-08-26 19:21:17 -07:00
Driver.cpp [lld-macho] Implement -all_load 2020-08-26 19:21:17 -07:00
Driver.h [lld-macho] Specify the complete set of command-line options for ld64 2020-06-15 12:50:20 -07:00
DriverUtils.cpp [lld-macho] Handle TAPI and regular re-exports uniformly 2020-08-26 19:20:48 -07:00
DriverUtils.h [lld-macho] Handle TAPI and regular re-exports uniformly 2020-08-26 19:20:48 -07:00
ExportTrie.cpp [lld-macho] Support dynamic linking of thread-locals 2020-08-12 19:50:09 -07:00
ExportTrie.h [lld-macho] Use export trie instead of symtab when linking against dylibs 2020-05-09 20:56:22 -07:00
InputFiles.cpp [lld-macho] Implement weak bindings for GOT/TLV 2020-08-26 19:21:09 -07:00
InputFiles.h [lld-macho] Implement -ObjC 2020-08-26 19:20:55 -07:00
InputSection.cpp [lld-macho] Support dynamic linking of thread-locals 2020-08-12 19:50:09 -07:00
InputSection.h [lld-macho] Support dynamic linking of thread-locals 2020-08-12 19:50:09 -07:00
MachOStructs.h [lld-macho] Ensure reads from nlist_64 structs are aligned when necessary 2020-06-02 13:19:38 -07:00
MergedOutputSection.cpp [lld-macho] Handle alignment correctly when merging InputSections 2020-06-17 20:41:28 -07:00
MergedOutputSection.h [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
ObjC.cpp [lld-macho] Implement -ObjC 2020-08-26 19:20:55 -07:00
ObjC.h [lld-macho] Implement -ObjC 2020-08-26 19:20:55 -07:00
Options.td [lld-macho] Support -rpath 2020-08-12 19:50:28 -07:00
OutputSection.cpp [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
OutputSection.h [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
OutputSegment.cpp [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
OutputSegment.h [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
SymbolTable.cpp [lld-macho] Emit binding opcodes for defined symbols that override weak dysyms 2020-08-27 17:44:16 -07:00
SymbolTable.h [lld-macho] Support dynamic linking of thread-locals 2020-08-12 19:50:09 -07:00
Symbols.cpp [lld-macho] Support __dso_handle for C++ 2020-07-30 14:28:41 -07:00
Symbols.h [lld-macho] Support GOT relocations to __dso_handle 2020-08-27 17:44:17 -07:00
SyntheticSections.cpp [lld-macho][NFC] Define isHidden() in LinkEditSection 2020-08-27 17:44:18 -07:00
SyntheticSections.h [lld-macho][NFC] Define isHidden() in LinkEditSection 2020-08-27 17:44:18 -07:00
Target.cpp Reland D75382 "[lld] Initial commit for new Mach-O backend" 2020-04-02 12:03:43 -07:00
Target.h [lld-macho] Implement weak binding for branch relocations 2020-08-27 17:44:15 -07:00
Writer.cpp [lld-macho] Emit binding opcodes for defined symbols that override weak dysyms 2020-08-27 17:44:16 -07:00
Writer.h [lld-macho] Extend SyntheticSections to cover all segment load commands 2020-04-27 12:58:12 -07:00