Re: How to access the virtual table?

2014-09-12 Thread Jan Hubicka
) in that case. If you want to access an virtual method with given token (position in vtable), you can just use gimple_get_virt_method_for_binfo (or borrow code from there for things you need). Honza Kindly inform me the way to access the virtual table. Also how to fetch the functions from that virtual

Re: How to access the virtual table?

2014-09-12 Thread Swati Rathi
the virtual table. Also how to fetch the functions from that virtual table? Regards, Swati

How to access the virtual table?

2014-09-11 Thread Swati Rathi
the above iterator, entries of the virtual table should be accessible. However, I am not able to do so. Kindly inform me the way to access the virtual table. Also how to fetch the functions from that virtual table? Regards, Swati