[PATCH] D26253: [CodeView] Hook CodeViewRecordIO up to the type serialization path.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 09:08:49 PST 2016


zturner updated this revision to Diff 77045.
zturner added a comment.

Updated based on all suggestions.


https://reviews.llvm.org/D26253

Files:
  include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
  include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
  include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
  include/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h
  include/llvm/DebugInfo/CodeView/RecordSerialization.h
  include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  include/llvm/DebugInfo/CodeView/TypeIndex.h
  include/llvm/DebugInfo/CodeView/TypeRecord.h
  include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
  include/llvm/DebugInfo/CodeView/TypeSerializationVisitor.h
  include/llvm/DebugInfo/CodeView/TypeSerializer.h
  include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
  include/llvm/DebugInfo/MSF/StreamWriter.h
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.h
  lib/DebugInfo/CodeView/CMakeLists.txt
  lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
  lib/DebugInfo/CodeView/ListRecordBuilder.cpp
  lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp
  lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp
  lib/DebugInfo/CodeView/TypeDumper.cpp
  lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
  lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  tools/llvm-pdbdump/PdbYaml.cpp
  tools/llvm-pdbdump/YamlSerializationContext.h
  tools/llvm-pdbdump/YamlTypeDumper.cpp
  tools/llvm-pdbdump/YamlTypeDumper.h
  tools/llvm-readobj/COFFDumper.cpp
  tools/llvm-readobj/ObjDumper.h
  tools/llvm-readobj/llvm-readobj.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26253.77045.patch
Type: text/x-patch
Size: 110259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161107/f2835539/attachment-0001.bin>


More information about the llvm-commits mailing list