Searched refs:gcc_data (Results 1 – 4 of 4) sorted by relevance
108 typedef void (*plugin_callback_func) (void *gcc_data, void *user_data);186 void *gcc_data ATTRIBUTE_UNUSED) in invoke_plugin_callbacks()191 return invoke_plugin_callbacks_full (event, gcc_data); in invoke_plugin_callbacks()
545 invoke_plugin_callbacks_full (int event, void *gcc_data) in invoke_plugin_callbacks_full() argument590 (*callback->func) (gcc_data, callback->user_data); in invoke_plugin_callbacks_full()
169 gcc_data - event-specific data provided by GCC171 typedef void (*plugin_callback_func)(void *gcc_data, void *user_data);323 the callback is called with a null @code{gcc_data}) to be notified of327 done by registering a callback (called with a null @code{gcc_data})440 (the same as current_pass) as @code{gcc_data} to the callback. You can also457 to the gate status in the @code{gcc_data} parameter to the callback function.471 @code{gcc_data} pointing to the new pass.
45605 gcc_data - event-specific data provided by GCC45607 typedef void (*plugin_callback_func)(void *gcc_data, void *user_data);45752 is called with a null 'gcc_data') to be notified of the start or end of45756 done by registering a callback (called with a null 'gcc_data') for the45867 (the same as current_pass) as 'gcc_data' to the callback. You can also45886 the 'gcc_data' parameter to the callback function. A nonzero value of45901 parameter 'gcc_data' pointing to the new pass.