Searched refs:gcov_write_tag (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgcov-io.h253 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
558 GCOV_LINKAGE gcov_position_t gcov_write_tag (gcov_unsigned_t);
H A Dprofile.c701 *offset = gcov_write_tag (GCOV_TAG_LINES);
908 offset = gcov_write_tag (GCOV_TAG_BLOCKS);
930 offset = gcov_write_tag (GCOV_TAG_ARCS);
H A Dgcov-io.c303 gcov_write_tag (gcov_unsigned_t tag) function
315 gcov_write_tag. The current file position is the end of the
H A Dcoverage.c556 offset = gcov_write_tag (GCOV_TAG_FUNCTION);

Completed in 75 milliseconds