Home
last modified time | relevance | path

Searched refs:end_function (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddebug.h91 void (* end_function) (unsigned int line); member
H A Dvmsdbgout.c1168 (*dwarf2_debug_hooks.end_function) (line); in vmsdbgout_end_function()
H A Dfinal.c1882 debug_hooks->end_function (high_function_linenum); in final_end_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddebug.h99 void (* end_function) (unsigned int line); member
H A Dvmsdbgout.cc1169 (*dwarf2_debug_hooks.end_function) (line); in vmsdbgout_end_function()
H A Dfinal.cc1874 debug_hooks->end_function (high_function_linenum); in final_end_function()
H A DChangeLog-19989888 (ASM_OUTPUT_MI_THUNK): Remove bits now output by start/end_function.
H A DChangeLog-200117462 and end_function.
H A DChangeLog-201338404 * dwarf2out.c (dwarf2_debug_hooks): Set end_function hook to
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.h412 bool (*end_function) (void *); member
H A Ddebug.c2851 return (*fns->end_function) (fhandle); in debug_write_function()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h412 bool (*end_function) (void *); member
H A Ddebug.c2851 return (*fns->end_function) (fhandle); in debug_write_function()
/netbsd-src/usr.bin/xlint/lint1/
H A Dexterns1.h344 void end_function(void);
H A Dfunc.c345 end_function(void) in end_function() function
H A Dcgram.y2431 end_function();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td90 defm END_FUNCTION : NRI<(outs), (ins), [], "end_function", 0x0b>;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2015162 (end_function): New function.
H A DChangeLog-2017758 (end_function): Likewise. Renamed to finish_function.