[PATCH] D63662: Changing CodeView Debug info Type record output

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 12:05:20 PDT 2019


nilanjana_basu created this revision.
nilanjana_basu added a reviewer: rnk.
Herald added subscribers: llvm-commits, hiraditya, aprantl.
Herald added a project: LLVM.

CodeView Debug info Type records were emitted as a series of bytes. With this latest change, it will be emitted as a set of directives, showing the size and value of each record field.


Repository:
  rL LLVM

https://reviews.llvm.org/D63662

Files:
  llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
  llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  llvm/test/DebugInfo/COFF/inlining.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63662.206045.patch
Type: text/x-patch
Size: 22398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190621/5c22b363/attachment.bin>


More information about the llvm-commits mailing list