llvm-project/lld/lib/ReaderWriter/MachO
Jean-Daniel Dupas 9c222630e4 Update ARM and x86 ArchHandler to check switch completeness. NFC
Define an explicit type for arch specific reference kinds to make sure all cases are covered in switch statements.

llvm-svn: 229314
2015-02-15 15:23:48 +00:00
..
ArchHandler.cpp TMP: fix readN & writeN to not encourage UB 2014-10-27 22:48:35 +00:00
ArchHandler.h TMP: fix readN & writeN to not encourage UB 2014-10-27 22:48:35 +00:00
ArchHandler_arm.cpp Update ARM and x86 ArchHandler to check switch completeness. NFC 2015-02-15 15:23:48 +00:00
ArchHandler_arm64.cpp [cleanup] Re-sort #include lines using llvm/utils/sort_includes.py 2015-01-14 11:26:52 +00:00
ArchHandler_x86.cpp Update ARM and x86 ArchHandler to check switch completeness. NFC 2015-02-15 15:23:48 +00:00
ArchHandler_x86_64.cpp Update ARM and x86 ArchHandler to check switch completeness. NFC 2015-02-15 15:23:48 +00:00
Atoms.h [mach-o] extract atom alignment information from mach-o files 2014-11-18 00:30:25 +00:00
CMakeLists.txt MachO: Move LayoutPass to MachO directory. 2015-02-05 20:05:33 +00:00
CompactUnwindPass.cpp Use make_unique. 2015-02-06 22:44:16 +00:00
ExecutableAtoms.hpp Re-commit r225674: Convert other drivers to use WrapperNode. 2015-01-15 04:34:31 +00:00
File.h Move common code to base class. 2015-01-16 21:58:20 +00:00
GOTPass.cpp Use make_unique. 2015-02-06 22:44:16 +00:00
LayoutPass.cpp Use make_unique. 2015-02-06 22:44:16 +00:00
LayoutPass.h Cleanup. NFC. 2015-02-05 20:08:04 +00:00
MachOLinkingContext.cpp MachO: Move LayoutPass to MachO directory. 2015-02-05 20:05:33 +00:00
MachONormalizedFile.h Separate file parsing from File's constructors. 2014-12-12 07:31:09 +00:00
MachONormalizedFileBinaryReader.cpp Re-commit r225674: Convert other drivers to use WrapperNode. 2015-01-15 04:34:31 +00:00
MachONormalizedFileBinaryUtils.h Follow-up to r221913. Fix some -Wcast-qual warning reasons. 2014-11-14 07:15:43 +00:00
MachONormalizedFileBinaryWriter.cpp [macho] Minor install_name fixes 2014-12-20 09:22:56 +00:00
MachONormalizedFileFromAtoms.cpp Using 'isa' instead of 'dyn_cast' 2015-02-13 14:28:18 +00:00
MachONormalizedFileToAtoms.cpp Separate file parsing from File's constructors. 2014-12-12 07:31:09 +00:00
MachONormalizedFileYAML.cpp [mach-o] propagate dylib version numbers 2014-11-19 02:21:53 +00:00
MachOPasses.h MachO: Move LayoutPass to MachO directory. 2015-02-05 20:05:33 +00:00
Makefile Fix the ELF shared library build targets - take 2 2015-01-24 01:06:07 +00:00
ShimPass.cpp Use make_unique. 2015-02-06 22:44:16 +00:00
StubsPass.cpp [mach-o] Fix lazy binding offsets 2014-11-11 01:31:18 +00:00
WriterMachO.cpp Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00