Home
last modified time | relevance | path

Searched refs:default_function_pro_epilogue (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtarget-def.h65 #define TARGET_ASM_FUNCTION_PROLOGUE default_function_pro_epilogue
66 #define TARGET_ASM_FUNCTION_EPILOGUE default_function_pro_epilogue
Doutput.h463 extern void default_function_pro_epilogue PARAMS ((FILE *, HOST_WIDE_INT));
Dfinal.c527 default_function_pro_epilogue (file, size) in default_function_pro_epilogue() function
DChangeLog.618558 (default_function_pro_epilogue): New.
18562 * output.h (default_function_pro_epilogue): New.
/openbsd/src/gnu/gcc/gcc/
Dtarget-def.h91 #define TARGET_ASM_FUNCTION_PROLOGUE default_function_pro_epilogue
92 #define TARGET_ASM_FUNCTION_EPILOGUE default_function_pro_epilogue
Doutput.h389 extern void default_function_pro_epilogue (FILE *, HOST_WIDE_INT);
Dfinal.c263 default_function_pro_epilogue (FILE *file ATTRIBUTE_UNUSED, in default_function_pro_epilogue() function