llvm-6502/tools/yaml2obj
David Majnemer a9d69424f4 yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeaders
SizeOfHeaders must be aligned to the FileAlignment.
SizeOfImage must be at least the SizeOfHeaders aligned to the
SectionAlignment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222030 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-14 19:35:59 +00:00
..
CMakeLists.txt
Makefile
yaml2coff.cpp yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeaders 2014-11-14 19:35:59 +00:00
yaml2elf.cpp [ELF][yaml2obj] Handle additional MIPS specific st_other field flags 2014-11-06 22:46:24 +00:00
yaml2obj.cpp Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
yaml2obj.h