|
GCC Middle and Back End API Reference
|
#include <gcov-io.h>

Data Fields | |
| gcov_unsigned_t | version |
| struct gcov_info * | next |
| gcov_unsigned_t | stamp |
| const char * | filename |
| gcov_merge_fn | merge [GCOV_COUNTERS] |
| unsigned | n_functions |
| struct gcov_fn_info *const * | functions |
Information about a single object file.
| const char* gcov_info::filename |
| struct gcov_fn_info* const* gcov_info::functions |
| gcov_merge_fn gcov_info::merge[GCOV_COUNTERS] |
| unsigned gcov_info::n_functions |
| struct gcov_info* gcov_info::next |
| gcov_unsigned_t gcov_info::stamp |
| gcov_unsigned_t gcov_info::version |