1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/obj2yaml
Georgii Rymar d3ebe0593f [obj2yaml] - Teach obj2yaml to dump SHT_NOBITS sections when dumping program headers.
SHT_NOBITS are a bit special because occupy no physical space.
This patch adds support for them.

Differential revision: https://reviews.llvm.org/D77805
2020-04-20 14:35:28 +03:00
..
CMakeLists.txt
coff2yaml.cpp
dwarf2yaml.cpp Use DWARFDataExtractor::getInitialLength in debug_aranges 2020-03-04 13:01:07 +01:00
elf2yaml.cpp [obj2yaml] - Teach obj2yaml to dump SHT_NOBITS sections when dumping program headers. 2020-04-20 14:35:28 +03:00
Error.cpp
Error.h
macho2yaml.cpp
minidump2yaml.cpp
obj2yaml.cpp
obj2yaml.h
wasm2yaml.cpp [WebAssembly] Move event section before global section 2020-03-25 11:49:03 -07:00
xcoff2yaml.cpp