]> granicus.if.org Git - llvm/commit
Define DbiStreamBuilder::addDbgStream to add stream.
authorRui Ueyama <ruiu@google.com>
Mon, 10 Oct 2016 23:35:36 +0000 (23:35 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 10 Oct 2016 23:35:36 +0000 (23:35 +0000)
commit7ca968808be2e96d4281dc0ee4abd66d00a2273f
tree0d2afc765102c8612e43eedbfc1b9740193395b1
parent420b9a4e2b52de7234734b9c457e0711bb0f1a70
Define DbiStreamBuilder::addDbgStream to add stream.

Previously, there is no way to create a stream other than pre-defined
special stream such as DBI or IPI. This patch adds a new method,
addDbgStream, to add a debug stream to a PDB file.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283823 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h
include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h
lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp