Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtarget-def.h67 #define TARGET_ASM_FUNCTION_END_PROLOGUE no_asm_to_stream
68 #define TARGET_ASM_FUNCTION_BEGIN_EPILOGUE no_asm_to_stream
Doutput.h472 extern void no_asm_to_stream PARAMS ((FILE *));
Dfinal.c535 no_asm_to_stream (file) in no_asm_to_stream() function
DChangeLog.618402 * final.c (no_asm_to_stream): New.
18405 * output.h (no_asm_to_stream): New.
/openbsd/src/gnu/gcc/gcc/
Dtarget-def.h93 #define TARGET_ASM_FUNCTION_END_PROLOGUE no_asm_to_stream
94 #define TARGET_ASM_FUNCTION_BEGIN_EPILOGUE no_asm_to_stream
Doutput.h392 extern void no_asm_to_stream (FILE *);
Dfinal.c270 no_asm_to_stream (FILE *file ATTRIBUTE_UNUSED) in no_asm_to_stream() function