llvm-6502/tools/llvm-readobj
Saleem Abdulrasool d28c094c80 tools: support decoding ARM EHABI opcodes in readobj
Add support to llvm-readobj to decode the actual opcodes.  The ARM EHABI opcodes
are a variable length instruction set that describe the operations required for
properly unwinding stack frames.

The primary motivation for this change is to ease the creation of tests for the
ARM EHABI object emission as well as the unwinding directive handling in the ARM
IAS.

Thanks to Logan Chien for an extra test case!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199708 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-21 02:33:15 +00:00
..
ARMEHABIPrinter.h tools: support decoding ARM EHABI opcodes in readobj 2014-01-21 02:33:15 +00:00
CMakeLists.txt
COFFDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
ELFDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
Error.cpp
Error.h
llvm-readobj.cpp Return an ErrorOr<Binary *> from createBinary. 2014-01-15 19:37:43 +00:00
llvm-readobj.h Teach the llvm-readobj COFF dumper to dump debug line tables from object files 2013-12-19 11:37:14 +00:00
LLVMBuild.txt
MachODumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
Makefile
ObjDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
ObjDumper.h
StreamWriter.cpp
StreamWriter.h Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00