[PATCH] D21157: [pdb] Improve StreamInterface to support writing

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 22:16:05 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL272369: Add support for writing through StreamInterface. (authored by zturner).

Changed prior to commit:
  http://reviews.llvm.org/D21157?vs=60115&id=60309#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D21157

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/ByteStream.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewError.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/StreamInterface.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/StreamReader.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/StreamRef.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/StreamWriter.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/IPDBFile.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/PDBFile.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/RawError.h
  llvm/trunk/include/llvm/Support/MathExtras.h
  llvm/trunk/lib/DebugInfo/CodeView/ByteStream.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/CodeViewError.cpp
  llvm/trunk/lib/DebugInfo/CodeView/StreamReader.cpp
  llvm/trunk/lib/DebugInfo/CodeView/StreamWriter.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDumper.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/PDBFile.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/RawError.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
  llvm/trunk/unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21157.60309.patch
Type: text/x-patch
Size: 47026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160610/988ed34e/attachment.bin>


More information about the llvm-commits mailing list