Home
last modified time | relevance | path

Searched refs:x86_function_profiler (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/config/i386/
H A Di386-protos.h152 extern void x86_function_profiler (FILE *, int);
H A Di386.h1527 #define FUNCTION_PROFILER(FILE, LABELNO) x86_function_profiler (FILE, LABELNO)
H A Di386.c18506 x86_function_profiler (FILE *file, int labelno ATTRIBUTE_UNUSED) in x86_function_profiler() function
/freebsd-12.1/contrib/gcc/
H A DChangeLog-2002113 * config/i386/i386.c (x86_function_profiler): Mark labelno as
2809 * i386-protos.h (x86_function_profiler): New function
2813 * i386.c (x86_function_profiler) ... here; fix 64bit support
H A DChangeLog-200333702 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
35643 * i386.c (x86_function_profiler): Fix format specifier.