HomeSort by: relevance | last modified time | path
    Searched defs:profile_function (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
final.cc 188 /* True if profile_function should be called, but hasn't been called yet. */
192 static void profile_function (FILE *);
1756 profile_function (file);
1759 profile_function (file);
1808 profile_function (file);
1812 profile_function (FILE *file ATTRIBUTE_UNUSED)
2233 profile_function (asm_out_file);
2284 profile_function (asm_out_file);
1805 profile_function (FILE *file ATTRIBUTE_UNUSED) function
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 203 /* True if profile_function should be called, but hasn't been called yet. */
207 static void profile_function (FILE *);
1776 profile_function (file);
1779 profile_function (file);
1828 profile_function (file);
1832 profile_function (FILE *file ATTRIBUTE_UNUSED)
2252 profile_function (asm_out_file);
2304 profile_function (asm_out_file);
1825 profile_function (FILE *file ATTRIBUTE_UNUSED) function

Completed in 19 milliseconds