[llvm-objdump] Add support for dumping the PE TLS directory
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 15 Mar 2016 06:14:01 +0000 (06:14 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 15 Mar 2016 06:14:01 +0000 (06:14 +0000)
commit0ab61bfb377c7cffef8ad91afea012c6bd6ff812
tree80f735f5515a6d5743fd841aff26d324a64bc71a
parent6436a4abd7a2f3a60b230453295dba199d8a59c3
[llvm-objdump] Add support for dumping the PE TLS directory

The PE TLS directory contains information about where the TLS data
resides in the image, what functions should be executed when threads are
created, etc.

llvm-svn: 263537
llvm/include/llvm/Object/COFF.h
llvm/test/tools/llvm-objdump/Inputs/tls.exe.coff-x86_64 [new file with mode: 0644]
llvm/test/tools/llvm-objdump/coff-private-headers.test
llvm/tools/llvm-objdump/COFFDump.cpp