1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/tools/llvm-pdbdump
Zachary Turner efbbdd9c6c Add CodeViewRecordIO for reading and writing.
Using a pattern similar to that of YamlIO, this allows
us to have a single codepath for translating codeview
records to and from serialized byte streams.  The
current patch only hooks this up to the reading of
CodeView type records.  A subsequent patch will hook
it up for writing of CodeView type records, and then a
third patch will hook up the reading and writing of
CodeView symbols.

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

llvm-svn: 285836
2016-11-02 17:05:19 +00:00
..
fuzzer
BuiltinDumper.cpp
BuiltinDumper.h
ClassDefinitionDumper.cpp
ClassDefinitionDumper.h
CMakeLists.txt
CompilandDumper.cpp
CompilandDumper.h
EnumDumper.cpp
EnumDumper.h
ExternalSymbolDumper.cpp
ExternalSymbolDumper.h
FunctionDumper.cpp
FunctionDumper.h
LinePrinter.cpp
LinePrinter.h
llvm-pdbdump.cpp
llvm-pdbdump.h
LLVMBuild.txt
LLVMOutputStyle.cpp
LLVMOutputStyle.h
OutputStyle.h
PdbYaml.cpp
PdbYaml.h
TypedefDumper.cpp
TypedefDumper.h
TypeDumper.cpp
TypeDumper.h
VariableDumper.cpp
VariableDumper.h
YAMLOutputStyle.cpp
YAMLOutputStyle.h
YamlSerializationContext.h
YamlSymbolDumper.cpp
YamlSymbolDumper.h
YamlTypeDumper.cpp
YamlTypeDumper.h