This group contains the gocv support.
More...
|
| RTEMS_LINKER_ROSET_DECLARE (gcov_info, const struct gcov_info *) |
|
void | _Gcov_Dump_info (IO_Put_char put_char, void *arg) |
| Dumps the gcov information as a binary gcfn and gcda data stream using the put character handler.
|
|
void | _Gcov_Dump_info_base64 (IO_Put_char put_char, void *arg) |
| Dumps the gcov information as a base64 encoded gcfn and gcda data stream using the put character handler.
|
|
This group contains the gocv support.
◆ _Gcov_Dump_info()
void _Gcov_Dump_info |
( |
IO_Put_char |
put_char, |
|
|
void * |
arg |
|
) |
| |
Dumps the gcov information as a binary gcfn and gcda data stream using the put character handler.
- Parameters
-
put_char | is the put character handler used to output the data stream. |
arg | is the argument passed to the put character handler. |
◆ _Gcov_Dump_info_base64()
void _Gcov_Dump_info_base64 |
( |
IO_Put_char |
put_char, |
|
|
void * |
arg |
|
) |
| |
Dumps the gcov information as a base64 encoded gcfn and gcda data stream using the put character handler.
- Parameters
-
put_char | is the put character handler used to output the data stream. |
arg | is the argument passed to the put character handler. |