llvm-project/lld/lib/ReaderWriter/MachO
Eugene Zelenko 4154794892 Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Differential revision: http://reviews.llvm.org/D14553

llvm-svn: 252661
2015-11-10 22:37:38 +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 Clang-tidy misc-use-override warnings, other minor fixes. 2015-09-10 18:51:36 +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 Clang-tidy misc-use-override warnings, other minor fixes. 2015-09-10 18:51:36 +00:00
Atoms.h [lld][MachO] Use a std::string rather than a StringRef for the section name in 2015-10-29 03:57:31 +00:00
CMakeLists.txt [lld] Add MachO thread-local storage support. 2015-06-23 20:35:31 +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 Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +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 [LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups. 2015-10-02 00:36:00 +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 [MachO] Initialize all fields of NormalizedFile. 2015-06-23 19:55:04 +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 Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +00:00
MachONormalizedFileFromAtoms.cpp Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +00:00
MachONormalizedFileToAtoms.cpp [lld] Add MachO thread-local storage support. 2015-06-23 20:35:31 +00:00
MachONormalizedFileYAML.cpp [lld] Make the MachO -stack_size default '0', add a test case. 2015-05-22 00:25:34 +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