On Fri, Oct 10, 2025 at 04:53:46PM +0200, Jakub Jelinek wrote:
> > ...
> > Question about best way to locate the referenced DIE: I could perhaps
> > use modified_type_die() with element_type, but it would be call again
> > shortly after when a reference is added to the DW_TAG_array_type DIE
> > (from within add_type_attribute()).
> 
> Why?  Doesn't get_AT_ref (die, DW_AT_type) work?

Yes, it works, thanks!

Yury

Reply via email to