mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
99ed94570d
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
coff2yaml.cpp | ||
dwarf2yaml.cpp | ||
elf2yaml.cpp | ||
Error.cpp | ||
Error.h | ||
macho2yaml.cpp | ||
minidump2yaml.cpp | ||
obj2yaml.cpp | ||
obj2yaml.h | ||
wasm2yaml.cpp | ||
xcoff2yaml.cpp |