Home
last modified time | relevance | path

Searched refs:lhd_end_section (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlanghooks-def.h318 extern void lhd_end_section (void);
322 #define LANG_HOOKS_END_SECTION lhd_end_section
Dlanghooks.cc855 lhd_end_section (void) in lhd_end_section() function
DChangeLog-20097412 (lhd_end_section): New function declaration.
7422 (lhd_end_section): New function.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-lang.cc897 lang_hooks.lto.end_section = lhd_end_section; in lto_post_options()