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 5d88e16362 [CodeView] Handle Cross Module Imports and Exports.
While it's not entirely clear why a compiler or linker might
put this information into an object or PDB file, one has been
spotted in the wild which was causing llvm-pdbdump to crash.

This patch adds support for reading-writing these sections.
Since I don't know how to get one of the native tools to
generate this kind of debug info, the only test here is one
in which we feed YAML into the tool to produce a PDB and
then spit out YAML from the resulting PDB and make sure that
it matches.

llvm-svn: 304738
2017-06-05 21:40:33 +00:00
..
CodeViewYAMLDebugSections.h [CodeView] Handle Cross Module Imports and Exports. 2017-06-05 21:40:33 +00:00
CodeViewYAMLSymbols.h [CodeView] Properly align symbol records on read/write. 2017-06-01 21:52:41 +00:00
CodeViewYAMLTypes.h [ObjectYAML] Split CodeViewYAML into 3 pieces. 2017-05-31 04:17:13 +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