[PATCH] D32547: [CodeView] Isolate the parsing code for various types of CV debug info fragments

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 09:25:15 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301557: [CodeView] Isolate Debug Info Fragments into standalone classes. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D32547?vs=96786&id=96929#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32547

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/Line.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFragment.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFragmentRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFragmentVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugUnknownFragment.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFragmentRecord.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFragmentVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugUnknownFragment.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/YAMLOutputStyle.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32547.96929.patch
Type: text/x-patch
Size: 45799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/dfcfca87/attachment-0001.bin>


More information about the llvm-commits mailing list