This is an archive of the discontinued LLVM Phabricator instance.

[Core] Use the implementation method `GetAddressOf` in `ValueObjectConstResultChild`
ClosedPublic

Authored by aleksandr.urakov on Dec 29 2018, 3:19 AM.

Details

Summary

This patch allows to retrieve an address object for ValueObject's children retrieved through e.g. GetChildAtIndex or GetChildMemberWithName. It just uses the corresponding method of the implementation object m_impl to achieve that.

Diff Detail

Repository
rL LLVM

Event Timeline

clayborg accepted this revision.Jan 2 2019, 1:18 PM
This revision is now accepted and ready to land.Jan 2 2019, 1:18 PM
This revision was automatically updated to reflect the committed changes.