1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/llvm-readobj
Reid Kleckner 7a79432e02 [codeview] Share more enums across the writer and the dumper
Moves some .def files into include/DebugInfo/CodeView.

Aslo remove a 'using namespace' directive from a header in readobj and
update the uses of the endian helper types to compensate.

llvm-svn: 257712
2016-01-13 23:44:57 +00:00
..
ARMAttributeParser.cpp Make a bunch of static arrays const. 2015-10-18 05:15:34 +00:00
ARMAttributeParser.h
ARMEHABIPrinter.h
ARMWinEHPrinter.cpp
ARMWinEHPrinter.h
CMakeLists.txt
CodeView.h [codeview] Share more enums across the writer and the dumper 2016-01-13 23:44:57 +00:00
COFFDumper.cpp [codeview] Share more enums across the writer and the dumper 2016-01-13 23:44:57 +00:00
COFFImportDumper.cpp
ELFDumper.cpp [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it. 2016-01-12 20:56:01 +00:00
Error.cpp
Error.h
llvm-readobj.cpp [llvm-readobj] Use stderr and not stdout for error messages. 2015-12-23 19:29:34 +00:00
llvm-readobj.h [readobj] Expand CodeView dumping functionality 2016-01-13 19:32:35 +00:00
LLVMBuild.txt
MachODumper.cpp ARM: support .watchos_version_min and .tvos_version_min. 2015-10-28 22:36:05 +00:00
Makefile
ObjDumper.cpp
ObjDumper.h Reland "[llvm-readobj] Simplify usage of -codeview flag" 2015-12-16 18:28:12 +00:00
StackMapPrinter.h
StreamWriter.cpp
StreamWriter.h [codeview] Share more enums across the writer and the dumper 2016-01-13 23:44:57 +00:00
Win64EHDumper.cpp Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC 2015-09-21 05:32:41 +00:00
Win64EHDumper.h