llvm-6502/tools/llvm-readobj
Saleem Abdulrasool b6a667f033 tools: split out Win64EHDumper from COFFDumper
Move the implementation of the Win64 EH printer from the COFFDumper into its own
class.  This is in preparation for adding support to print ARM EH information.
The only real change here is in printUnwindInfo where we now lambda lift the
implicit this parameter for the resolveFunction.  Also setup the printing to
handle ARM.  This now has set the stage to introduce ARM EH printing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209606 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-25 20:26:45 +00:00
..
ARMAttributeParser.cpp
ARMAttributeParser.h
ARMEHABIPrinter.h
CMakeLists.txt tools: split out Win64EHDumper from COFFDumper 2014-05-25 20:26:45 +00:00
COFFDumper.cpp tools: split out Win64EHDumper from COFFDumper 2014-05-25 20:26:45 +00:00
ELFDumper.cpp [Mips] Add more relocation types and MIPS specific e_flags constants. 2014-05-20 09:27:49 +00:00
Error.cpp
Error.h
llvm-readobj.cpp
llvm-readobj.h
LLVMBuild.txt
MachODumper.cpp
Makefile
ObjDumper.cpp
ObjDumper.h
StreamWriter.cpp
StreamWriter.h
Win64EHDumper.cpp tools: split out Win64EHDumper from COFFDumper 2014-05-25 20:26:45 +00:00
Win64EHDumper.h tools: split out Win64EHDumper from COFFDumper 2014-05-25 20:26:45 +00:00