This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Intermediate representation
- From: Nicolas COLLIN <nicolas dot collin at fr dot thalesgroup dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 08 Jun 2009 08:34:40 +0200
- Subject: Intermediate representation
Hello,
I want to go through the entire internal tree in GCC but I have a
problem with functions.
Indeed I would like to know the declarations and functions called by a
function.
I assume I have to go into the function's scope but I don't know how.
I read the source code but I didn't find anything.
Thanks.