llvm-project/lld/lib/ReaderWriter/MachO
Rui Ueyama de40bd4cf9 Rename atom_collection -> AtomVector.
Type names should start with an uppercase letter in the LLVM coding style.

llvm-svn: 234452
2015-04-08 23:05:59 +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 Use alignment values everywhere instead of log2. 2015-03-26 02:03:44 +00:00
ArchHandler_arm64.cpp [Mach-O] Rename enum typename for consistency. NFC 2015-02-19 12:38:54 +00:00
ArchHandler_x86.cpp [Core,MachO,Test] Remove trailing whitespace. 2015-02-22 23:54:38 +00:00
ArchHandler_x86_64.cpp [Core,MachO,Test] Remove trailing whitespace. 2015-02-22 23:54:38 +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 Merge MutableFile with SimpleFile. 2015-04-07 20:43:38 +00:00
ExecutableAtoms.hpp Rename atom_collection -> AtomVector. 2015-04-08 23:05:59 +00:00
File.h Use alignment values everywhere instead of log2. 2015-03-26 02:03:44 +00:00
GOTPass.cpp Merge MutableFile with SimpleFile. 2015-04-07 20:43:38 +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 Replace the `createImplicitFiles` method return type with `void` 2015-04-06 20:43:35 +00:00
MachONormalizedFile.h Use arithmetic type to represent alignments (not in log2) everywhere. 2015-03-26 02:20:25 +00:00
MachONormalizedFileBinaryReader.cpp Remove a parameter for file extension from canParse. 2015-04-04 02:44:36 +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 Rename align2 -> align. 2015-03-26 02:23:45 +00:00
MachONormalizedFileToAtoms.cpp Use alignment values everywhere instead of log2. 2015-03-26 02:03:44 +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 Merge MutableFile with SimpleFile. 2015-04-07 20:43:38 +00:00
StubsPass.cpp Merge MutableFile with SimpleFile. 2015-04-07 20:43:38 +00:00
WriterMachO.cpp Replace the `createImplicitFiles` method return type with `void` 2015-04-06 20:43:35 +00:00