[PATCH] D23177: [CodeView] Decouple the type record deserialization from the visitor.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 14:53:29 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL277871: [CodeView] Decouple record deserialization from visitor dispatch. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D23177?vs=66861&id=67026#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23177

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CodeView.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewError.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/RecordSerialization.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDumper.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecords.def
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CodeViewError.cpp
  llvm/trunk/lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ListRecordBuilder.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDeserializer.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDumper.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeRecord.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.h
  llvm/trunk/tools/llvm-readobj/llvm-readobj.cpp
  llvm/trunk/tools/llvm-readobj/llvm-readobj.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23177.67026.patch
Type: text/x-patch
Size: 83544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160805/c99df2c0/attachment.bin>


More information about the llvm-commits mailing list