This is an archive of the discontinued LLVM Phabricator instance.

[PDB] Implement more find methods for PDB symbols
ClosedPublic

Authored by asmith on Feb 22 2018, 10:53 AM.

Details

Summary

Add additional find methods on PDB raw symbols.

findChildrenByAddr()
findChildrenByVA()
findInlineFramesByAddr()
findInlineFramesByVA()
findInlineLines()
findInlineLinesByAddr()
findInlineLinesByRVA()
findInlineLinesByVA()

Diff Detail

Repository
rL LLVM

Event Timeline

asmith created this revision.Feb 22 2018, 10:53 AM
zturner accepted this revision.Feb 22 2018, 11:10 AM

Thanks for adding these!

This revision is now accepted and ready to land.Feb 22 2018, 11:10 AM
This revision was automatically updated to reflect the committed changes.