Home
last modified time | relevance | path

Searched refs:stack_usage_file (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c179 FILE *stack_usage_file = NULL; variable
980 if (stack_usage_file) in output_stack_usage_1()
982 print_decl_identifier (stack_usage_file, current_function_decl, in output_stack_usage_1()
984 fprintf (stack_usage_file, "\t" HOST_WIDE_INT_PRINT_DEC"\t%s\n", in output_stack_usage_1()
1993 stack_usage_file = open_auxiliary_file ("su"); in lang_dependent_init()
2152 if (stack_usage_file) in finalize()
2154 fclose (stack_usage_file); in finalize()
2155 stack_usage_file = NULL; in finalize()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtoplev.cc173 FILE *stack_usage_file = NULL; variable
837 if (stack_usage_file) in output_stack_usage_1()
839 print_decl_identifier (stack_usage_file, current_function_decl, in output_stack_usage_1()
841 fprintf (stack_usage_file, "\t" HOST_WIDE_INT_PRINT_DEC"\t%s\n", in output_stack_usage_1()
1846 stack_usage_file = open_auxiliary_file ("su"); in lang_dependent_init()
2008 if (stack_usage_file) in finalize()
2010 fclose (stack_usage_file); in finalize()
2011 stack_usage_file = NULL; in finalize()
H A DChangeLog-201016058 * toplev.c (stack_usage_file): New file pointer.
16062 (finalize): Close file if stack_usage_file is not null.
H A DChangeLog-201616139 stack_usage_file to NULL after fclose calls.
H A DChangeLog-20184531 test on stack_usage_file.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2734 def stack_usage_file : Separate<["-"], "stack-usage-file">,