1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include/llvm/ObjectYAML
Zachary Turner 7f796fbab0 [CodeView] Move CodeView YAML code to ObjectYAML.
This is the beginning of an effort to move the codeview yaml
reader / writer into ObjectYAML so that it can be shared.
Currently the only consumer / producer of CodeView YAML is
llvm-pdbdump, but CodeView can exist outside of PDB files, and
indeed is put into object files and passed to the linker to
produce PDB files.  Furthermore, there are subtle differences
in the types of records that show up in object file CodeView
vs PDB file CodeView, but they are otherwise 99% the same.

By having this code in ObjectYAML, we can have llvm-pdbdump
reuse this code, while teaching obj2yaml and yaml2obj to use
this syntax for dealing with object files that can contain
CodeView.

This patch only adds support for CodeView type information
to ObjectYAML.  Subsequent patches will add support for
CodeView symbol information.

llvm-svn: 304248
2017-05-30 21:53:05 +00:00
..
CodeViewYAML.h [CodeView] Move CodeView YAML code to ObjectYAML. 2017-05-30 21:53:05 +00:00
COFFYAML.h
DWARFEmitter.h [DWARF] [ObjectYAML] Adding APIs for unittesting 2017-01-20 19:03:14 +00:00
DWARFYAML.h [DWARF] Versioning for DWARF constants; verify FORMs 2017-04-20 19:16:51 +00:00
ELFYAML.h
MachOYAML.h Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR 2017-04-04 06:02:32 +00:00
ObjectYAML.h [WebAssembly] Improve support for WebAssembly binary format 2017-03-30 19:44:09 +00:00
WasmYAML.h [WebAssembly] Fix build error in wasm YAML code 2017-05-10 00:14:04 +00:00
YAML.h