[PATCH] D20876: [PDB] Print section contributions and section map

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 16:13:28 PDT 2016


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

Figured out the flags and documented the field descriptions, also cleaned up enum tables and made them more consistent.


http://reviews.llvm.org/D20876

Files:
  include/llvm/DebugInfo/CodeView/EnumTables.h
  include/llvm/DebugInfo/CodeView/StreamReader.h
  include/llvm/DebugInfo/PDB/Raw/DbiStream.h
  include/llvm/DebugInfo/PDB/Raw/EnumTables.h
  include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h
  include/llvm/DebugInfo/PDB/Raw/PublicsStream.h
  include/llvm/DebugInfo/PDB/Raw/RawConstants.h
  include/llvm/DebugInfo/PDB/Raw/RawTypes.h
  lib/DebugInfo/CodeView/CMakeLists.txt
  lib/DebugInfo/CodeView/EnumTables.cpp
  lib/DebugInfo/CodeView/SymbolDumper.cpp
  lib/DebugInfo/PDB/CMakeLists.txt
  lib/DebugInfo/PDB/Raw/DbiStream.cpp
  lib/DebugInfo/PDB/Raw/EnumTables.cpp
  lib/DebugInfo/PDB/Raw/ModStream.cpp
  test/DebugInfo/PDB/pdbdump-headers.test
  tools/llvm-pdbdump/llvm-pdbdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20876.59300.patch
Type: text/x-patch
Size: 72250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160601/85915f3e/attachment.bin>


More information about the llvm-commits mailing list