OSDN Git Service

[pdb] Write the IPI stream.
authorZachary Turner <zturner@google.com>
Thu, 15 Sep 2016 18:22:31 +0000 (18:22 +0000)
committerZachary Turner <zturner@google.com>
Thu, 15 Sep 2016 18:22:31 +0000 (18:22 +0000)
commit5fa3c5202b507739b05c96811a6b035e50f0804a
tree3f696b9561f6aca260381d55e1a5e52d988140da
parentd6d0906b44da5656eadbc0a5b7511a7930ed0b35
[pdb] Write the IPI stream.

The IPI stream is structurally identical to the TPI stream, but it
contains different record types.  So we just re-use the TPI writing
code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281638 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h
include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp
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