This is an archive of the discontinued LLVM Phabricator instance.

[PDB] Add exclusive methods to derived symbol class
ClosedPublic

Authored by asmith on Mar 13 2018, 10:31 PM.

Details

Summary

This commit adds two methods to the PDBSymboFunc class used in parsing symbols. getLineNumbers() is used to determine a Function symbol's declaration and getCompilandId() is used to initialize the SymbolContext field sc.comp_unit.

Diff Detail

Repository
rL LLVM

Event Timeline

asmith created this revision.Mar 13 2018, 10:31 PM
zturner accepted this revision.Mar 19 2018, 1:23 PM
This revision is now accepted and ready to land.Mar 19 2018, 1:23 PM
This revision was automatically updated to reflect the committed changes.