llvm-project/lld/lib/ReaderWriter/MachO
Rafael Espindola 773a159116 Simplify now that there is only one file. NFC.
llvm-svn: 235747
2015-04-24 19:01:30 +00:00
..
ArchHandler.cpp Fix heap-buffer-overflow bugs identified by the Address Sanitizer 2015-02-19 20:42:23 +00:00
ArchHandler.h [Core,MachO,Test] Remove trailing whitespace. 2015-02-22 23:54:38 +00:00
ArchHandler_arm.cpp Define make_dynamic_error_code(const char *). 2015-04-14 02:34:09 +00:00
ArchHandler_arm64.cpp Define make_dynamic_error_code(const char *). 2015-04-14 02:34:09 +00:00
ArchHandler_x86.cpp Define make_dynamic_error_code(const char *). 2015-04-14 02:34:09 +00:00
ArchHandler_x86_64.cpp Define make_dynamic_error_code(const char *). 2015-04-14 02:34:09 +00:00
Atoms.h Remove redundant virtual on member functions marked 'override'. 2015-04-08 17:08:27 +00:00
CMakeLists.txt Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00
CompactUnwindPass.cpp Do s/_context/_ctx/g globally. 2015-04-10 21:40:59 +00:00
ExecutableAtoms.h Rename ExecutableAtom.hpp to ExecutableAtom.h 2015-04-14 21:06:56 +00:00
File.h Use alignment values everywhere instead of log2. 2015-03-26 02:03:44 +00:00
GOTPass.cpp Do s/_context/_ctx/g globally. 2015-04-10 21:40:59 +00:00
LayoutPass.cpp Merge MutableFile with SimpleFile. 2015-04-07 20:43:38 +00:00
LayoutPass.h Merge MutableFile with SimpleFile. 2015-04-07 20:43:38 +00:00
MachOLinkingContext.cpp Simplify now that there is only one file. NFC. 2015-04-24 19:01:30 +00:00
MachONormalizedFile.h Use arithmetic type to represent alignments (not in log2) everywhere. 2015-03-26 02:20:25 +00:00
MachONormalizedFileBinaryReader.cpp Return an ErrorOr<std::unique_ptr<File>>. NFC. 2015-04-24 18:33:50 +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 Use alignment values everywhere instead of log2. 2015-03-26 02:03:44 +00:00
MachONormalizedFileFromAtoms.cpp Do s/_context/_ctx/g globally. 2015-04-10 21:40:59 +00:00
MachONormalizedFileToAtoms.cpp Define make_dynamic_error_code(const char *). 2015-04-14 02:34:09 +00:00
MachONormalizedFileYAML.cpp Use arithmetic type to represent alignments (not in log2) everywhere. 2015-03-26 02:20:25 +00:00
MachOPasses.h MachO: Move LayoutPass to MachO directory. 2015-02-05 20:05:33 +00:00
ShimPass.cpp Do s/_context/_ctx/g globally. 2015-04-10 21:40:59 +00:00
StubsPass.cpp Do s/_context/_ctx/g globally. 2015-04-10 21:40:59 +00:00
WriterMachO.cpp Rename ExecutableAtom.hpp to ExecutableAtom.h 2015-04-14 21:06:56 +00:00