[PATCH] D16104: [readobj] Expand CodeView dumping functionality

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 18:47:50 PST 2016


rnk created this revision.
rnk added reviewers: majnemer, Bigcheese, DaveBartolomeo.
rnk added a subscriber: llvm-commits.

This rewrites and expands the existing codeview dumping functionality in
llvm-readobj using techniques similar to those in lib/Object. This defines a
number of new records and enums useful for reading memory mapped codeview
sections in COFF objects.

The dumper is intended as a testing tool for LLVM as it grows more codeview
output capabilities.

http://reviews.llvm.org/D16104

Files:
  include/llvm/DebugInfo/CodeView/CodeView.h
  include/llvm/DebugInfo/CodeView/TypeIndex.h
  include/llvm/DebugInfo/PDB/PDBTypes.h
  include/llvm/Support/COFF.h
  include/llvm/Support/Endian.h
  lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
  test/DebugInfo/COFF/asm.ll
  test/DebugInfo/COFF/cpp-mangling.ll
  test/DebugInfo/COFF/multifile.ll
  test/DebugInfo/COFF/multifunction.ll
  test/DebugInfo/COFF/simple.ll
  test/tools/llvm-readobj/codeview-linetables.test
  tools/llvm-readobj/COFFDumper.cpp
  tools/llvm-readobj/CVLeafTypes.def
  tools/llvm-readobj/CVSymbolTypes.def
  tools/llvm-readobj/CodeView.h
  tools/llvm-readobj/StreamWriter.h
  tools/llvm-readobj/llvm-readobj.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16104.44595.patch
Type: text/x-patch
Size: 136716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160112/17f015bf/attachment-0001.bin>


More information about the llvm-commits mailing list