Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386-protos.h152 extern void x86_function_profiler (FILE *, int);
H A Di386.h1485 #define FUNCTION_PROFILER(FILE, LABELNO) x86_function_profiler (FILE, LABELNO)
H A Di386.c17946 x86_function_profiler (FILE *file, int labelno ATTRIBUTE_UNUSED) in x86_function_profiler() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386-protos.h190 extern void x86_function_profiler PARAMS ((FILE *, int));
H A Di386.h1802 #define FUNCTION_PROFILER(FILE, LABELNO) x86_function_profiler (FILE, LABELNO)
H A Di386.c14761 x86_function_profiler (file, labelno) in x86_function_profiler() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog6908 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
9485 * i386-protos.h (x86_function_profiler): New function
9489 * i386.c (x86_function_profiler) ... here; fix 64bit support