Searched refs:gcov_info (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c2 gcov_info structures and offline profile processing. */
66 /* The gcov_info for the first module. */
67 static struct gcov_info *curr_gcov_info;
68 /* The gcov_info being processed. */
69 static struct gcov_info *gcov_info_head;
232 It flushes the contents in curr_fn_info to gcov_info object OBJ_INFO. */
235 read_gcda_finalize (struct gcov_info *obj_info)
254 /* Read the content of a gcda file FILENAME, and return a gcov_info data structure.
257 static struct gcov_info *
263 struct gcov_info *obj_inf
925 const struct gcov_info *gcov_info = 0; local
1035 gcov_info_count_all_cold(const struct gcov_info *gcov_info, gcov_type threshold) argument
1070 gcov_info_count_all_zero(const struct gcov_info *gcov_info) argument
[all...]
H A Dlibgcov.h136 extern struct gcov_info *gcov_list;
173 array in gcov_info. The key is used to detect which of a set of
174 comdat functions was selected -- it points to the gcov_info object
179 const struct gcov_info *key; /* comdat key */
190 struct gcov_info struct
193 struct gcov_info *next; /* link to next, used by libgcov */
214 struct gcov_info *list;
236 extern void __gcov_init (struct gcov_info *) ATTRIBUTE_HIDDEN;
H A Dlibgcov-driver.c32 void __gcov_init (struct gcov_info *p __attribute__ ((unused))) {}
77 free_fn_data (const struct gcov_info *gi_ptr, struct gcov_fn_buffer *buffer,
95 buffer_fn_data (const char *filename, const struct gcov_info *gi_ptr,
181 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version,
215 gcov_compute_histogram (struct gcov_info *list, struct gcov_summary *sum)
217 struct gcov_info *gi_ptr;
281 compute_summary (struct gcov_info *list, struct gcov_summary *this_prg,
284 struct gcov_info *gi_ptr;
351 struct gcov_info *gi_ptr,
500 write_one_data (const struct gcov_info *gi_pt
[all...]
H A Dlibgcov-interface.c101 gcov_clear (const struct gcov_info *list)
103 const struct gcov_info *gi_ptr;
H A Dlibgcov-driver-system.c135 gcov_exit_open_gcda_file (struct gcov_info *gi_ptr,
/haiku-buildtools/gcc/gcc/
H A Dgcov-tool.c43 extern int gcov_profile_merge (struct gcov_info*, struct gcov_info*, int, int);
44 extern int gcov_profile_overlap (struct gcov_info*, struct gcov_info*);
45 extern int gcov_profile_normalize (struct gcov_info*, gcov_type);
46 extern int gcov_profile_scale (struct gcov_info*, float, int, int);
47 extern struct gcov_info* gcov_read_profile_dir (const char*, int);
48 extern void gcov_do_dump (struct gcov_info *, int);
94 gcov_output_files (const char *out, struct gcov_info *profile)
133 struct gcov_info *d1_profil
[all...]

Completed in 69 milliseconds