Home
last modified time | relevance | path

Searched refs:__gcov_dump (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-interface.c36 void __gcov_dump (void) {} in __gcov_dump() function
166 __gcov_dump (void) in __gcov_dump() function
208 __gcov_dump (); in __gcov_execl()
243 __gcov_dump (); in __gcov_execlp()
279 __gcov_dump (); in __gcov_execle()
311 __gcov_dump (); in __gcov_execv()
327 __gcov_dump (); in __gcov_execvp()
343 __gcov_dump (); in __gcov_execve()
H A Dgcov.h36 extern void __gcov_dump (void);
H A DChangeLog1424 (__gcov_dump): Likewise.
6300 (__gcov_reset, __gcov_dump): Don't call them.
8453 (__gcov_dump): Ditto.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-interface.c40 void __gcov_dump (void) {} in __gcov_dump() function
166 ALIAS_void_fn (__gcov_dump_int, __gcov_dump);
H A Dgcov.h34 extern void __gcov_dump (void);
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcov.texi886 Long-running applications can use the @code{__gcov_reset} and @code{__gcov_dump}
889 counters to zero, and calling @code{__gcov_dump(void)} will cause the profile
892 to invoke the @code{__gcov_dump} function. Thus @code{__gcov_dump}
H A Dgcc.info59417 Long-running applications can use the '__gcov_reset' and '__gcov_dump'
59420 counters to zero, and calling '__gcov_dump(void)' will cause the profile
59423 99 to invoke the '__gcov_dump' function. Thus '__gcov_dump' is executed
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcov.texi885 Long-running applications can use the @code{__gcov_reset} and @code{__gcov_dump}
888 to zero, and calling @code{__gcov_dump(void)} will cause the profile information
891 to invoke the @code{__gcov_dump} function. Thus @code{__gcov_dump}
H A Dgcc.info56427 Long-running applications can use the '__gcov_reset' and '__gcov_dump'
56430 to zero, and calling '__gcov_dump(void)' will cause the profile
56433 99 to invoke the '__gcov_dump' function. Thus '__gcov_dump' is executed
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201225191 * gcov-io.h (__gcov_reset, __gcov_dump): Declare.
25192 * doc/gcov.texi: Add note on using __gcov_reset and __gcov_dump.
H A DChangeLog-202125119 * doc/gcov.texi: Document that __gcov_dump can be called just
H A DChangeLog-201616161 * doc/gcov.texi: Change _gcov_dump to __gcov_dump and