This is an archive of the discontinued LLVM Phabricator instance.

[codeview] Emit information about vftables
Needs ReviewPublic

Authored by rnk on Jul 28 2016, 9:06 AM.

Details

Summary

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

Depends on D22884

Diff Detail

Event Timeline

rnk updated this revision to Diff 65942.Jul 28 2016, 9:06 AM
rnk retitled this revision from to [codeview] Emit information about vftables.
rnk updated this object.
rnk added reviewers: amccarth, aprantl, dblaikie, dexonsmith.
rnk added a subscriber: cfe-commits.
dexonsmith resigned from this revision.Oct 19 2020, 2:54 PM