Home
last modified time | relevance | path

Searched refs:gcov_counter_add (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov.h420 gcov_counter_add (gcov_type *counter, gcov_type value, in gcov_counter_add() function
505 gcov_counter_add (&counters[0], 1, use_atomic); in gcov_topn_add_value()
516 gcov_counter_add (&current_node->count, count, use_atomic); in gcov_topn_add_value()
579 gcov_counter_add (&counters[1], 1, use_atomic); in gcov_topn_add_value()
H A DChangeLog770 (gcov_counter_add): Use mmap to allocate pool for struct
978 * libgcov.h (gcov_counter_add): Use first static counters
1286 (gcov_counter_add): Use GCOV_SUPPORTS_ATOMIC guard.
1312 * libgcov.h (gcov_counter_add): New.