This is an archive of the discontinued LLVM Phabricator instance.

DWARFExpression: Simplify class interface
ClosedPublic

Authored by labath on Aug 26 2019, 8:12 AM.

Details

Summary

The DWARFExpression methods have a lot of arguments. This removes two of
them by removing the ability to slice the expression via two offset+size
parameters. This is a functionality that it is not always needed, and
when it is, we already have a different handy way of slicing a data
extractor which we can use instead.

Diff Detail

Event Timeline

labath created this revision.Aug 26 2019, 8:12 AM
JDevlieghere accepted this revision.Aug 26 2019, 8:36 AM
This revision is now accepted and ready to land.Aug 26 2019, 8:36 AM
clayborg accepted this revision.Aug 26 2019, 11:11 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2019, 1:04 AM