1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/llvm-pdbdump
Zachary Turner 064bbdf4f2 [CodeView] Hook up CodeViewRecordIO to type serialization path.
Previously support had been added for using CodeViewRecordIO
to read (deserialize) CodeView type records.  This patch adds
support for writing those same records.  With this patch,
reading and writing of CodeView type records finally uses a single
codepath.

Differential Revision: https://reviews.llvm.org/D26253

llvm-svn: 286304
2016-11-08 22:24:53 +00:00
..
fuzzer
BuiltinDumper.cpp
BuiltinDumper.h
ClassDefinitionDumper.cpp
ClassDefinitionDumper.h
CMakeLists.txt [pdb] Dump Module Symbols to Yaml. 2016-10-08 01:12:01 +00:00
CompilandDumper.cpp Make llvm-pdbdump print column info when available 2016-08-17 23:01:03 +00:00
CompilandDumper.h
EnumDumper.cpp
EnumDumper.h
ExternalSymbolDumper.cpp
ExternalSymbolDumper.h
FunctionDumper.cpp
FunctionDumper.h
LinePrinter.cpp
LinePrinter.h
llvm-pdbdump.cpp [pdb] added support for dumping globals stream 2016-10-21 19:43:19 +00:00
llvm-pdbdump.h [pdb] added support for dumping globals stream 2016-10-21 19:43:19 +00:00
LLVMBuild.txt [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00
LLVMOutputStyle.cpp Do not print out Flags field twice. 2016-10-28 23:57:37 +00:00
LLVMOutputStyle.h [pdb] added support for dumping globals stream 2016-10-21 19:43:19 +00:00
OutputStyle.h
PdbYaml.cpp [CodeView] Hook up CodeViewRecordIO to type serialization path. 2016-11-08 22:24:53 +00:00
PdbYaml.h [pdb] Dump Module Symbols to Yaml. 2016-10-08 01:12:01 +00:00
TypedefDumper.cpp
TypedefDumper.h
TypeDumper.cpp
TypeDumper.h
VariableDumper.cpp
VariableDumper.h
YAMLOutputStyle.cpp [pdb] Dump Module Symbols to Yaml. 2016-10-08 01:12:01 +00:00
YAMLOutputStyle.h [pdb] Write the IPI stream. 2016-09-15 18:22:31 +00:00
YamlSerializationContext.h [CodeView] Hook up CodeViewRecordIO to type serialization path. 2016-11-08 22:24:53 +00:00
YamlSymbolDumper.cpp [pdb] Dump Module Symbols to Yaml. 2016-10-08 01:12:01 +00:00
YamlSymbolDumper.h [pdb] Dump Module Symbols to Yaml. 2016-10-08 01:12:01 +00:00
YamlTypeDumper.cpp [CodeView] Hook up CodeViewRecordIO to type serialization path. 2016-11-08 22:24:53 +00:00
YamlTypeDumper.h [CodeView] Hook up CodeViewRecordIO to type serialization path. 2016-11-08 22:24:53 +00:00