Home
last modified time | relevance | path

Searched refs:output_profile_hook (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix.h264 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL)
H A Dfreebsd64.h263 do { if (TARGET_64BIT) output_profile_hook (LABEL); } while (0)
H A Ddarwin.h352 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL)
H A Dnetbsd64.h172 do { if (TARGET_64BIT) output_profile_hook (LABEL); } while (0)
H A Dlinux64.h211 do { if (TARGET_64BIT) output_profile_hook (LABEL); } while (0)
H A Drs6000-protos.h289 extern void output_profile_hook (int);
H A Drs6000.cc17492 output_profile_hook (int labelno ATTRIBUTE_UNUSED) in output_profile_hook() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix.h267 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL)
H A Ddarwin.h352 #define PROFILE_HOOK(LABEL) output_profile_hook (LABEL)
H A Dfreebsd64.h321 do { if (TARGET_64BIT) output_profile_hook (LABEL); } while (0)
H A Dnetbsd64.h251 do { if (TARGET_64BIT) output_profile_hook (LABEL); } while (0)
H A Dlinux64.h294 do { if (TARGET_64BIT) output_profile_hook (LABEL); } while (0)
H A Drs6000-protos.h250 extern void output_profile_hook (int);
H A Drs6000.c17034 output_profile_hook (int labelno ATTRIBUTE_UNUSED) in output_profile_hook() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200110700 (output_profile_hook): Declare label_name const.
23523 * config/rs6000/rs6000.c (output_profile_hook): Fix a warning.
30099 * config/rs6000/rs6000.c (output_profile_hook): Use standard functions
30177 * config/rs6000/rs6000-protos.h: output_profile_hook new.
30178 * config/rs6000/rs6000.c (output_profile_hook): Define.
30180 output_profile_hook.
H A DChangeLog-200320837 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
20870 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
29356 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
30197 (output_profile_hook): Likewise.
H A DChangeLog-200212080 * config/rs6000/rs6000.c (output_profile_hook): Don't generate profile
24982 * config/rs6000/rs6000.c (output_profile_hook): Do not increment
H A DChangeLog-201717341 (output_profile_hook): Likewise.
17349 (output_profile_hook): Likewise.
H A DChangeLog-200821583 (output_profile_hook): Update.
H A DChangeLog-200927107 (output_profile_hook): Change 0 to LCT_NORMAL in function call.
H A DChangeLog-200520232 * config/rs6000/rs6000.c (output_profile_hook): Add comment to
H A DChangeLog-201126350 * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
H A DChangeLog-20138982 (output_profile_hook): Likewise.
H A DChangeLog-200422112 (output_profile_hook): Do not use machopic_stub_name.