Searched refs:FUNCTION_PROFILER (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/
H A Dwindiss.h34 #undef FUNCTION_PROFILER macro
35 #define FUNCTION_PROFILER(FILE, LABELNO) \ macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetbsd64.h59 #undef FUNCTION_PROFILER macro
60 #define FUNCTION_PROFILER(FILE, LABELNO) \ macro
H A Dnetbsd.h52 #undef FUNCTION_PROFILER
53 #define FUNCTION_PROFILER(FILE, LABELNO) \
49 #undef FUNCTION_PROFILER macro
50 #define FUNCTION_PROFILER macro
H A Dopenbsd.h86 #undef FUNCTION_PROFILER macro
87 #define FUNCTION_PROFILER(FILE, LABELNO) \ macro
H A Dopenbsdelf.h108 #undef FUNCTION_PROFILER macro
109 #define FUNCTION_PROFILER(FILE, LABELNO) \ macro
H A Dvxworks.h84 #undef FUNCTION_PROFILER macro
85 #define FUNCTION_PROFILER(FILE,LABELNO) VXWORKS_FUNCTION_PROFILER(FILE,LABELNO) macro
H A Dnetbsd-elf.h79 #undef FUNCTION_PROFILER macro
80 #define FUNCTION_PROFILER(FILE, LABELNO) \ macro
H A Ddarwin.h173 #undef FUNCTION_PROFILER macro
174 #define FUNCTION_PROFILER(FILE, LABELNO) \ macro
H A Di386.h1532 #define FUNCTION_PROFILER(FILE, LABELNO) x86_function_profiler (FILE, LABELNO)
1527 #define FUNCTION_PROFILER macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dvxworks.h152 #undef FUNCTION_PROFILER macro
153 #define FUNCTION_PROFILER(FILE,LABELNO) VXWORKS_FUNCTION_PROFILER(FILE,LABELNO) macro
H A Drs6000.h1459 #define FUNCTION_PROFILER(FILE, LABELNO) \
1455 #define FUNCTION_PROFILER macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dhpux.h202 /* HP-UX uses PROFILE_HOOK instead of FUNCTION_PROFILER but we need a
203 FUNCTION_PROFILER defined because its use is not ifdefed. When using
206 #undef FUNCTION_PROFILER macro
207 #define FUNCTION_PROFILER(FILE, LABELNO) do { } while (0) macro
H A Dia64.h1305 #undef FUNCTION_PROFILER
1306 #define FUNCTION_PROFILER(FILE, LABELNO) \
1286 #undef FUNCTION_PROFILER macro
1287 #define FUNCTION_PROFILER macro
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h647 #define FUNCTION_PROFILER(FILE, LABELNO) \ macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1534 profile_function() in final.c outputs the .data section, FUNCTION_PROFILER
1559 #define FUNCTION_PROFILER(STREAM, LABELNO) \
1565 #define FUNCTION_PROFILER(STREAM, LABELNO) \
1552 #define FUNCTION_PROFILER macro
1558 #define FUNCTION_PROFILER macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1666 #define FUNCTION_PROFILER(FILE, LABELNO) do { } while (0)
1655 #define FUNCTION_PROFILER macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2032 #define FUNCTION_PROFILER(FILE, LABELNO) \
2018 #define FUNCTION_PROFILER macro
/freebsd-11-stable/contrib/gcc/
H A Dfinal.c1502 FUNCTION_PROFILER (file, current_function_funcdef_no);

Completed in 678 milliseconds