llvm-6502/tools/llvm-readobj
Saleem Abdulrasool 3ddcc49650 tools: add a high level explanation for WoA EH data
Add a brief explanation of the data section layout for the unwind data that the
Windows on ARM EH models.  This is simply to provide a rough idea of the layout
of the code involved in the decoding of the unwinding.  Details on the involved
data structures are available in the associated support header.  The bulk of it
is related to printing out the byte-code to help validate generation of WoA EH.

No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210397 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-07 19:23:07 +00:00
..
ARMAttributeParser.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ARMAttributeParser.h
ARMEHABIPrinter.h [C++] Use 'nullptr'. 2014-04-28 04:05:08 +00:00
ARMWinEHPrinter.cpp tools: add a high level explanation for WoA EH data 2014-06-07 19:23:07 +00:00
ARMWinEHPrinter.h tools: fix silly typo in llvm-readobj 2014-06-04 16:03:18 +00:00
CMakeLists.txt tools: initial implementation of WoA EH decoding 2014-06-04 15:47:15 +00:00
COFFDumper.cpp tools: initial implementation of WoA EH decoding 2014-06-04 15:47:15 +00:00
ELFDumper.cpp [Object][ELF] Range-based loop simplification. 2014-06-04 05:51:44 +00:00
Error.cpp There is no std::errc::success, remove the llvm one. 2014-05-31 03:21:04 +00:00
Error.h
llvm-readobj.cpp
llvm-readobj.h
LLVMBuild.txt
MachODumper.cpp [C++11] Introduce ObjectFile::symbols() to use range-based loops. 2014-03-17 07:28:19 +00:00
Makefile
ObjDumper.cpp
ObjDumper.h
StreamWriter.cpp
StreamWriter.h tools: introduce StreamWriter::printBoolean 2014-06-04 15:47:11 +00:00
Win64EHDumper.cpp tools: avoid use of std::function 2014-05-25 21:37:59 +00:00
Win64EHDumper.h tools: avoid use of std::function 2014-05-25 21:37:59 +00:00