1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/obj2yaml
Xing GUO 99ed94570d [macho2yaml] Refactor the DWARF section dumpers.
This patch refactors the DWARF section dumpers. When dumping a DWARF
section, if the DWARF parser fails to parse the section, we will dump it
as a raw content section. This patch also fixes a bug in
DWARFYAML::Data::isEmpty(). Finally, a test case that tests dumping the
__debug_aranges section is added.

Reviewed By: jhenderson, grimar

Differential Revision: https://reviews.llvm.org/D85506
2020-08-11 10:18:34 +08:00
..
CMakeLists.txt
coff2yaml.cpp Re-land "Migrate the rest of COFFObjectFile to Error" 2020-06-11 14:46:16 -07:00
dwarf2yaml.cpp [macho2yaml] Refactor the DWARF section dumpers. 2020-08-11 10:18:34 +08:00
elf2yaml.cpp [obj2yaml] Add support for dumping the .debug_aranges section. 2020-08-05 19:19:05 +08:00
Error.cpp
Error.h
macho2yaml.cpp [macho2yaml] Refactor the DWARF section dumpers. 2020-08-11 10:18:34 +08:00
minidump2yaml.cpp
obj2yaml.cpp
obj2yaml.h [macho2yaml] Refactor the DWARF section dumpers. 2020-08-11 10:18:34 +08:00
wasm2yaml.cpp [WebAssembly] Move event section before global section 2020-03-25 11:49:03 -07:00
xcoff2yaml.cpp