OSDN Git Service

[pdb] Write the Named Stream mapping to Yaml and binary.
authorZachary Turner <zturner@google.com>
Fri, 20 Jan 2017 22:42:09 +0000 (22:42 +0000)
committerZachary Turner <zturner@google.com>
Fri, 20 Jan 2017 22:42:09 +0000 (22:42 +0000)
commit9c1e7a60629bd3867635b1925eb30e311b4ba1ed
treea44818704a00c94d2726d7f4ffc8e5f4f4142396
parentb7d2cf75d145e5ee56cc0e1e2cc6d25654ca23f0
[pdb] Write the Named Stream mapping to Yaml and binary.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292665 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm/DebugInfo/PDB/Raw/InfoStream.h
include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h
include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h
include/llvm/DebugInfo/PDB/Raw/StringTableBuilder.h
lib/DebugInfo/PDB/Raw/InfoStream.cpp
lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
lib/DebugInfo/PDB/Raw/StringTableBuilder.cpp
test/DebugInfo/PDB/pdbdump-headers.test
test/DebugInfo/PDB/pdbdump-readwrite.test
test/DebugInfo/PDB/pdbdump-write.test
test/DebugInfo/PDB/pdbdump-yaml.test
tools/llvm-pdbdump/LLVMOutputStyle.cpp
tools/llvm-pdbdump/LLVMOutputStyle.h
tools/llvm-pdbdump/PdbYaml.cpp
tools/llvm-pdbdump/PdbYaml.h
tools/llvm-pdbdump/YAMLOutputStyle.cpp
tools/llvm-pdbdump/YAMLOutputStyle.h
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-pdbdump/llvm-pdbdump.h
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp