Home
last modified time | relevance | path

Searched refs:PROFILE_HOOK (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/config/ia64/
H A Dhpux.h209 #undef PROFILE_HOOK
210 #define PROFILE_HOOK(LABEL) ia64_profile_hook (LABEL) macro
H A Dia64.c2381 #ifndef PROFILE_HOOK in ia64_compute_frame_size()
/freebsd-12.1/contrib/gcc/config/i386/
H A Dcygming.h273 #undef PROFILE_HOOK
274 #define PROFILE_HOOK(LABEL) \ macro
/freebsd-12.1/contrib/gcc/config/arm/
H A Dlinux-elf.h102 #define PROFILE_HOOK(X) \ macro
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Daix.h249 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
H A Dfreebsd.h252 #define PROFILE_HOOK(LABEL) \ macro
H A Ddarwin.h333 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL) macro
H A Dlinux64.h211 #define PROFILE_HOOK(LABEL) \ macro
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h1652 #define PROFILE_HOOK(LABEL) sparc_profile_hook (LABEL) macro
/freebsd-12.1/contrib/gcc/
H A Dfunction.c4203 #ifdef PROFILE_HOOK in expand_function_start()
4204 PROFILE_HOOK (current_function_funcdef_no); in expand_function_start()
H A DChangeLog-200126028 cater for PROFILE_HOOK.
26031 (PROFILE_HOOK): Define.
30175 * function.c (expand_function_start): Call PROFILE_HOOK.
30176 * config/rs6000/aix.h: Define PROFILE_HOOK.
30181 tm.texi : Explain new macro PROFILE_HOOK.
H A DChangeLog-20061499 * config/rs6000/darwin.h (PROFILE_HOOK): Reassociate comment with
H A DChangeLog-20021327 PROFILE_HOOK.
26864 (PROFILE_HOOK): New.
H A DChangeLog-200319274 * arm/linux-elf.h (PROFILE_HOOK): Define.
20870 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
H A DChangeLog-200514665 (PROFILE_HOOK): New.
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi4557 @defmac PROFILE_HOOK