llvm-project/lld/lib/ReaderWriter
Michael J. Spencer db18847b01 [ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection.
The purpose of this change is to simplify creating non-atom sections.
Previously _contentType, _sectionKind and _order were used for multiple
purposes and collided in places. This moves all of the Atom specific logic down
into AtomSection and makes Section just have raw Elf_Shdr flags.

llvm-svn: 175207
2013-02-14 20:24:38 +00:00
..
ELF [ELF][Writer] Refactor Section to not have atoms. Move atoms into AtomSection. 2013-02-14 20:24:38 +00:00
MachO add changes for layoutafter/layoutbefore/ingroup/layoutpass and test cases 2013-02-07 20:16:12 +00:00
Native Use proper delete. 2013-01-26 12:26:56 +00:00
PECOFF add elf targethandler 2013-01-25 07:39:18 +00:00
YAML [ELF] Add support for reading dynamic libraries. 2013-02-11 23:03:35 +00:00
CMakeLists.txt Add library dependencies to the lld cmake build. 2012-12-04 21:09:04 +00:00
Reader.cpp Move everything over to TargetInfo. 2013-01-23 01:18:43 +00:00
ReaderArchive.cpp [ELF] Add support for reading dynamic libraries. 2013-02-11 23:03:35 +00:00
Writer.cpp Move everything over to TargetInfo. 2013-01-23 01:18:43 +00:00