This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Getting function pointer from basic block or gimple statement
- From: Richard Biener <richard dot guenther at gmail dot com>
- To: Shubham Narlawar <gsocshubham at gmail dot com>
- Cc: GCC Development <gcc at gcc dot gnu dot org>
- Date: Fri, 15 Nov 2019 14:56:56 +0100
- Subject: Re: Getting function pointer from basic block or gimple statement
- References: <CAN=hqDBeveot69AYmRnzSXbr9hRESiOxLcQeFhfWQaHF0AqPqA@mail.gmail.com>
On Fri, Nov 15, 2019 at 2:25 PM Shubham Narlawar <gsocshubham@gmail.com> wrote:
>
> Hello,
>
> From the gimple statement or basic block, is there any way to get
> function pointer? From gimple structure, I am able to get basic block
> but unable to get function pointer neither from basic block nor
> gimple.
There is no way.
> Regards,
> Shubham