[PATCH] D22920: [codeview] Emit information about vftables

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 28 09:06:54 PDT 2016


rnk created this revision.
rnk added reviewers: amccarth, aprantl, dblaikie, dexonsmith.
rnk added a subscriber: cfe-commits.
rnk added a dependency: D22884: [codeview] Emit vftable records.

MSVC emits codeview records describing all the methods contained in a
vftable. This is observable in windbg with 'dt -v'.

Depends on D22884

https://reviews.llvm.org/D22920

Files:
  include/clang/AST/VTableBuilder.h
  lib/AST/VTableBuilder.cpp
  lib/CodeGen/CGDebugInfo.cpp
  lib/CodeGen/CGDebugInfo.h
  test/CodeGenCXX/debug-info-ms-abi.cpp
  test/CodeGenCXX/debug-info-ms-vftables.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22920.65942.patch
Type: text/x-patch
Size: 11245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160728/a3a196ef/attachment-0001.bin>


More information about the cfe-commits mailing list