On 2/16/21 9:51 AM, Shuai Wang via Gcc wrote: > However, can I proceed further to get the function* of "foo"? I checked Hello. Yes, you can call DECL_STRUCT_FUNCTION(func_decl). Martin