This is an archive of the discontinued LLVM Phabricator instance.

pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.
ClosedPublic

Authored by ruiu on May 19 2016, 10:33 AM.

Details

Summary

It seems that the field's value is the the stream index that
contains symbol records, at least for empty.pdb.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 57819.May 19 2016, 10:33 AM
ruiu retitled this revision from to pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex..
ruiu updated this object.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.
zturner accepted this revision.May 19 2016, 10:35 AM
zturner edited edge metadata.

Can you rename GSSyms while you're at it?

This revision is now accepted and ready to land.May 19 2016, 10:35 AM
In D20441#434663, @ruiu wrote:

How?

GlobalSymbolStreamIndex

ruiu added a comment.May 19 2016, 10:39 AM

Ah, okay, so originally it has "sn" prefix, so it must be a stream index. Will do.

ruiu updated this revision to Diff 57820.May 19 2016, 10:41 AM
ruiu edited edge metadata.
  • Update as per zturner's comment
This revision was automatically updated to reflect the committed changes.