1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/tools/llvm-pdbdump
Zachary Turner 8987770dfc [pdb] Print out some more info when dumping a raw stream.
We have various command line options that print the type of a
stream, the size of a stream, etc but nowhere that it can all be
viewed together.

Since a previous patch introduced the ability to dump the bytes
of a stream, this seems like a good place to present a full view
of the stream's properties including its size, what kind of data
it represents, and the blocks it occupies.  So I added the
ability to print that information to the -stream-data command
line option.

llvm-svn: 281077
2016-09-09 19:00:49 +00:00
..
fuzzer
BuiltinDumper.cpp
BuiltinDumper.h
ClassDefinitionDumper.cpp
ClassDefinitionDumper.h
CMakeLists.txt
CodeViewYaml.cpp
CodeViewYaml.h
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