Searched refs:gcov_read_string (Results 1 – 8 of 8) sorted by relevance
295 name = gcov_read_string (); in tag_function()297 name = gcov_read_string (); in tag_function()387 source = gcov_read_string (); in tag_lines()
254 #pragma GCC poison gcov_read_string gcov_sync gcov_time gcov_magic562 GCOV_LINKAGE const char *gcov_read_string (void);
477 gcov_read_string (void) in gcov_read_string() function
1044 function_name = xstrdup (gcov_read_string ()); in read_graph_file()1045 src_idx = find_source (gcov_read_string ()); in read_graph_file()1174 const char *file_name = gcov_read_string (); in read_graph_file()
381 GCOV_LINKAGE const char *gcov_read_string (void);
1575 function_name = xstrdup (gcov_read_string ()); in read_graph_file()1577 unsigned src_idx = find_source (gcov_read_string ()); in read_graph_file()1701 const char *file_name = gcov_read_string (); in read_graph_file()
587 gcov_read_string (void) in gcov_read_string() function
508 vector_.safe_push (get_original_name (gcov_read_string ())); in read()