1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/obj2yaml
Chris Bieneman 484f91fb08 [macho2yaml] Add support for dumping mach_headers
This patch adds the ability to dump mach headers. For my local clang binary the macho2yaml output is now:

--- !mach-o
FileHeader:
  cputype:         0x01000007
  cpusubtype:      0x80000003
  filetype:        0x00000002
  ncmds:           19
  flags:           0x00A18085
...

llvm-svn: 269304
2016-05-12 16:04:20 +00:00
..
CMakeLists.txt Initial add for MachO support for obj2yaml 2016-05-11 22:07:45 +00:00
coff2yaml.cpp Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. 2016-04-20 21:24:34 +00:00
elf2yaml.cpp Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. 2016-04-20 21:24:34 +00:00
Error.cpp [obj2yaml] Adding Error/Expected to macho2yaml 2016-05-12 01:52:33 +00:00
Error.h [obj2yaml] Adding Error/Expected to macho2yaml 2016-05-12 01:52:33 +00:00
macho2yaml.cpp [macho2yaml] Add support for dumping mach_headers 2016-05-12 16:04:20 +00:00
obj2yaml.cpp Initial add for MachO support for obj2yaml 2016-05-11 22:07:45 +00:00
obj2yaml.h Initial add for MachO support for obj2yaml 2016-05-11 22:07:45 +00:00