Home
last modified time | relevance | path

Searched refs:dbxout_function_end (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddbxout.c345 static void dbxout_function_end (tree);
907 dbxout_function_end (tree decl ATTRIBUTE_UNUSED) in dbxout_function_end() function
1318 dbxout_function_end (current_function_decl); in dbxout_switch_text_section()
1389 dbxout_function_end (decl); in dbxout_function_decl()
H A DFSFChangeLog.115715 * dbxout.c (dbxout_function_end): Don't subtract one from
10510 calling dbxout_function_end.
13327 * dbxout.c (dbxout_function): When deciding to call dbxout_function_end
14091 * dbxout.c (dbxout_function_end): New function.
14092 (dbxout_function): Call dbxout_function_end if using extensions
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddbxout.cc346 static void dbxout_function_end (tree);
910 dbxout_function_end (tree decl ATTRIBUTE_UNUSED) in dbxout_function_end() function
1321 dbxout_function_end (current_function_decl); in dbxout_switch_text_section()
1392 dbxout_function_end (decl); in dbxout_function_decl()
H A DFSFChangeLog.115715 * dbxout.c (dbxout_function_end): Don't subtract one from
10510 calling dbxout_function_end.
13327 * dbxout.c (dbxout_function): When deciding to call dbxout_function_end
14091 * dbxout.c (dbxout_function_end): New function.
14092 (dbxout_function): Call dbxout_function_end if using extensions
H A DChangeLog-20052383 (dbxout_function_end, dbxout_init, dbxout_source_file, dbxout_finish)
21477 * dbxout.c (dbxout_function_end): Get hot/cold section labels from
24185 * dbxout.c (dbxout_function_end): Revert my patch from April 9.
24579 * dbxout.c (dbxout_function_end): Get hot/cold section labels from
26680 (dbxout_function_end): Add code to put out label diffs for both
31133 * dbxout.c (dbxout_function_end): Emit Lscope label always.
31641 * dbxout.c (dbxout_function_end): Take decl parameter; update callers.
H A DChangeLog-20047499 (dbxout_function_end, emit_bincl_stab, dbxout_end_source_file)
11427 (dbxout_function_end): Protect N_ENSYM with it.
19233 (dbxout_function_end): Remove ifdefs for it.
19401 (dbxout_function_end): Emit N_ENSYM.
20554 * dbxout.c (dbxout_function_decl): Always call dbxout_function_end.
20555 (dbxout_function_end): Return after emitting the "Lscope" symbol
20568 the Lscope label (emitted by dbxout_function_end) for the
H A DChangeLog-199814846 * dbxout.c (dbxout_function_end): Fix last change. The correct
14906 (dbxout_function_end): Wrap prototype and definition in
H A DChangeLog-200610501 * dbxout.c (dbxout_function_end): Do not increment scope_labelno.
10612 (dbxout_function_end): Use local label LFBB. Remove hook
H A DChangeLog-20016633 dbxout_function_end, dbxout_begin_function): Wrap/move inside
15247 (dbxout_function_end): Likewise.
H A DChangeLog-20175052 (dbxout_function_end): Switch to current_function_section
28163 * dbxout.c (dbxout_function_end): Likewise.
H A DChangeLog-200822655 * dbxout.c (dbxout_function_end): Update.
H A DChangeLog-200910073 * dbxout.c (dbxout_function_end): Do not test DECL_IGNORED_P.
H A DChangeLog-200327782 (dbxout_function_end): Remove scope_labelno.
H A DChangeLog-20027836 * dbxout.c (dbxout_function_end): Use DBX_OUTPUT_NFUN.
H A DChangeLog-201121989 (dbxout_function_end): Use targetm_common.have_named_sections.