llvm-6502/tools/llvm-readobj
Saleem Abdulrasool bc41190a74 llvm-readobj: add support for ARM EHABI unwind info
This adds some preliminary support for decoding ARM EHABI unwinding information.
The major functionality that remains from complete support is bytecode
translation.

Each Unwind Index Table is printed out as a separate entity along with its
section index, name, offset, and entries.

Each entry lists the function address, and if possible, the name, of the
function to which it corresponds.  The encoding model, personality routine or
index, and byte code is also listed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198734 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-08 03:28:09 +00:00
..
ARMEHABIPrinter.h llvm-readobj: add support for ARM EHABI unwind info 2014-01-08 03:28:09 +00:00
CMakeLists.txt [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 11:13:32 +00:00
COFFDumper.cpp Teach the llvm-readobj COFF dumper to dump debug line tables from object files 2013-12-19 11:37:14 +00:00
ELFDumper.cpp llvm-readobj: add support for ARM EHABI unwind info 2014-01-08 03:28:09 +00:00
Error.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
Error.h Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
llvm-readobj.cpp Teach the llvm-readobj COFF dumper to dump debug line tables from object files 2013-12-19 11:37:14 +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 Don't link with the archive library programs that don't use it. 2013-06-17 15:29:46 +00:00
MachODumper.cpp Remove several unused variables. 2013-10-01 13:32:03 +00:00
Makefile Don't link with the archive library programs that don't use it. 2013-06-17 15:29:46 +00:00
ObjDumper.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
ObjDumper.h Revert r181009. 2013-05-03 23:57:17 +00:00
StreamWriter.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
StreamWriter.h Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00