llvm-project/lld/lib/ReaderWriter/MachO
Rui Ueyama 515025522b Use C++11 initializers for data members.
http://reviews.llvm.org/D17793

llvm-svn: 262501
2016-03-02 19:06:20 +00:00
..
ArchHandler.cpp Fix heap-buffer-overflow bugs identified by the Address Sanitizer 2015-02-19 20:42:23 +00:00
ArchHandler.h Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs. 2016-02-09 20:11:17 +00:00
ArchHandler_arm.cpp Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs. 2016-02-09 20:11:17 +00:00
ArchHandler_arm64.cpp Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs. 2016-02-09 20:11:17 +00:00
ArchHandler_x86.cpp Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs. 2016-02-09 20:11:17 +00:00
ArchHandler_x86_64.cpp Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs. 2016-02-09 20:11:17 +00:00
Atoms.h Move SimpleDefinedAtom::addReference to DefinedAtom. 2016-02-01 23:42:10 +00:00
CMakeLists.txt Fix BUILD_SHARED_LIBS build. 2016-03-01 15:56:53 +00:00
CompactUnwindPass.cpp Use ArrayRef instead of deep copies of CompactUnwindEntries. NFC. 2016-02-10 21:32:24 +00:00
ExecutableAtoms.h We should never dead strip mach header symbols. 2016-02-09 01:34:13 +00:00
File.h Generate version min load commands when the platform is unknown. 2016-02-04 02:16:08 +00:00
FlatNamespaceFile.h [lld][MachO] Fix indentation. 2015-10-20 21:47:19 +00:00
GOTPass.cpp Set ordinals of all File's created in MachO passes. 2016-02-02 01:52:40 +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 Use C++11 initializers for data members. 2016-03-02 19:06:20 +00:00
MachONormalizedFile.h Add cmdline options for LC_DATA_IN_CODE load command. 2016-02-09 02:10:39 +00:00
MachONormalizedFileBinaryReader.cpp Generate version min load commands when the platform is unknown. 2016-02-04 02:16:08 +00:00
MachONormalizedFileBinaryUtils.h Generate LC_FUNCTION_STARTS load command. 2016-02-09 01:38:13 +00:00
MachONormalizedFileBinaryWriter.cpp Add cmdline options for LC_DATA_IN_CODE load command. 2016-02-09 02:10:39 +00:00
MachONormalizedFileFromAtoms.cpp Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs. 2016-02-09 20:11:17 +00:00
MachONormalizedFileToAtoms.cpp Generate version min load commands when the platform is unknown. 2016-02-04 02:16:08 +00:00
MachONormalizedFileYAML.cpp Set max segment protection level. 2016-02-06 00:51:16 +00:00
MachOPasses.h Add an ObjCPass to the MachO linker. 2016-01-19 21:54:21 +00:00
ObjCPass.cpp Fixed comment characters. NFC 2016-02-02 00:05:47 +00:00
SectCreateFile.h Add File::kind's for all subclasses of File. 2016-01-14 22:55:38 +00:00
ShimPass.cpp Set ordinals of all File's created in MachO passes. 2016-02-02 01:52:40 +00:00
StubsPass.cpp Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs. 2016-02-09 20:11:17 +00:00
TLVPass.cpp Set ordinals of all File's created in MachO passes. 2016-02-02 01:52:40 +00:00
WriterMachO.cpp Rename ExecutableAtom.hpp to ExecutableAtom.h 2015-04-14 21:06:56 +00:00