Nicolas COLLIN <nicolas.col...@fr.thalesgroup.com> writes: > I looked at the part of the documentation about function bodies and I > wonder something : is there a way to get the function calls from it ? > Because I'd like to make a call graph which represent function and the > functions it calls.
gcc builds a call graph. See cgraph.h. Ian