Chris Bieneman
313b326bb6
[ObjectYAML] Support for DWARF debug_aranges
...
This patch adds support for round tripping DWARF debug_aranges in and out of YAML.
llvm-svn: 289161
2016-12-09 00:26:44 +00:00
Chris Bieneman
fbf7dfe1ba
[ObjectYAML] Remove DWARF from class names
...
Since all the DWARF classes are in a DWARFYAML namespace having every class start with DWARF seems like a bit of overkill.
llvm-svn: 289080
2016-12-08 17:46:57 +00:00
Chris Bieneman
7d7364ab4f
[yaml2obj] Refactor and abstract yaml2dwarf functions
...
This abstracts the code for emitting DWARF binary from the DWARFYAML types into reusable interfaces that could be used by ELF and COFF.
llvm-svn: 288990
2016-12-07 22:30:15 +00:00