[PATCH] D25831: [CodeView] Refactor lots of stuff to use StreamRefs

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 11:40:45 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL284762: [CodeView] Refactor serialization to use StreamInterface. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D25831?vs=75312&id=75327#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25831

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/RecordSerialization.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/trunk/include/llvm/DebugInfo/MSF/ByteStream.h
  llvm/trunk/include/llvm/DebugInfo/MSF/StreamReader.h
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/RecordSerialization.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeRecord.cpp
  llvm/trunk/lib/DebugInfo/MSF/StreamReader.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25831.75327.patch
Type: text/x-patch
Size: 84497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161020/e0aa04fc/attachment.bin>


More information about the llvm-commits mailing list