Lines Matching refs:gcov_info
51 struct gcov_info;
54 const char *gcov_info_filename(struct gcov_info *info);
55 unsigned int gcov_info_version(struct gcov_info *info);
56 struct gcov_info *gcov_info_next(struct gcov_info *info);
57 void gcov_info_link(struct gcov_info *info);
58 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info);
69 struct gcov_iterator *gcov_iter_new(struct gcov_info *info);
74 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter);
77 void gcov_info_reset(struct gcov_info *info);
78 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
79 void gcov_info_add(struct gcov_info *dest, struct gcov_info *source);
80 struct gcov_info *gcov_info_dup(struct gcov_info *info);
81 void gcov_info_free(struct gcov_info *info);