llvm-project/lld/lib/ReaderWriter/MachO
Pete Cooper f154b678c6 Set the folder for libraries to 'lld libraries'. NFC.
In a UI such as XCode, LLVM source files are in 'libraries' while clang
files are in 'clang libraries'.

This change moves the lld source to 'lld libraries' to make code browsing easier.

It should be NFC as the build itself is still the same, just the structure in a
UI differs.

llvm-svn: 257001
2016-01-07 00:14:04 +00:00
..
ArchHandler.cpp Fix heap-buffer-overflow bugs identified by the Address Sanitizer 2015-02-19 20:42:23 +00:00
ArchHandler.h [lld] Add MachO thread-local storage support. 2015-06-23 20:35:31 +00:00
ArchHandler_arm.cpp Fix Clang-tidy misc-use-override warnings, other minor fixes. 2015-09-10 18:51:36 +00:00
ArchHandler_arm64.cpp Fix MachO arm64 delta32ToGOT reloc encoding in -r. 2016-01-06 20:53:19 +00:00
ArchHandler_x86.cpp Fix Clang-tidy misc-use-override warnings, other minor fixes. 2015-09-10 18:51:36 +00:00
ArchHandler_x86_64.cpp Fix x86_64 delta*Anon relocs. 2016-01-04 21:23:12 +00:00
Atoms.h [lld][MachO] Recognize __thread_bss sections as zero-fill and set all the 2015-12-11 23:25:09 +00:00
CMakeLists.txt Set the folder for libraries to 'lld libraries'. NFC. 2016-01-07 00:14:04 +00:00
CompactUnwindPass.cpp Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +00:00
ExecutableAtoms.h Rename ExecutableAtom.hpp to ExecutableAtom.h 2015-04-14 21:06:56 +00:00
File.h [lld][MachO] Recognize __thread_bss sections as zero-fill and set all the 2015-12-11 23:25:09 +00:00
FlatNamespaceFile.h [lld][MachO] Fix indentation. 2015-10-20 21:47:19 +00:00
GOTPass.cpp Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +00:00
LayoutPass.cpp Added some DEBUG() prints to make it clearer what the mach-o passes are doing. NFC. 2015-12-16 19:12:49 +00:00
LayoutPass.h Fix Clang-tidy misc-use-override warnings, other minor fixes. 2015-09-10 18:51:36 +00:00
MachOLinkingContext.cpp [lld][Darwin] Add support for the -sectcreate option. 2015-10-24 08:20:51 +00:00
MachONormalizedFile.h Add more debugging output to MachO lld. NFC. 2015-12-16 22:03:21 +00:00
MachONormalizedFileBinaryReader.cpp Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
MachONormalizedFileBinaryUtils.h Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead. 2015-03-02 20:31:43 +00:00
MachONormalizedFileBinaryWriter.cpp [lld][MachO] Recognize __thread_bss sections as zero-fill and set all the 2015-12-11 23:25:09 +00:00
MachONormalizedFileFromAtoms.cpp Improved debugging printing. NFC 2016-01-05 01:56:59 +00:00
MachONormalizedFileToAtoms.cpp Add more debugging output to MachO lld. NFC. 2015-12-16 22:03:21 +00:00
MachONormalizedFileYAML.cpp [lld][MachO] Recognize __thread_bss sections as zero-fill and set all the 2015-12-11 23:25:09 +00:00
MachOPasses.h [lld] Add MachO thread-local storage support. 2015-06-23 20:35:31 +00:00
SectCreateFile.h Fix Clang-tidy modernize-use-override warnings, other minor fixes. 2015-11-04 02:11:57 +00:00
ShimPass.cpp Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
StubsPass.cpp Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +00:00
TLVPass.cpp Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +00:00
WriterMachO.cpp Rename ExecutableAtom.hpp to ExecutableAtom.h 2015-04-14 21:06:56 +00:00