1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/obj2yaml
Xing GUO 6ada6c96e0 [obj2yaml] Refactor the .debug_pub* sections dumper.
It's good to reuse the DWARF parser in lib/DebugInfo so that we don't
need to maintain a separate parser in client side (obj2yaml). Besides,
A test case is added whose length field is a very huge value which makes
obj2yaml stuck when parsing the section.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D86192
2020-08-19 21:13:52 +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 [obj2yaml] Refactor the .debug_pub* sections dumper. 2020-08-19 21:13:52 +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] Remove an unused variable. NFC. 2020-08-13 11:14:31 +08:00
minidump2yaml.cpp
obj2yaml.cpp
obj2yaml.h [macho2yaml] Refactor the DWARF section dumpers. 2020-08-11 10:18:34 +08:00
wasm2yaml.cpp
xcoff2yaml.cpp