GCC Middle and Back End API Reference
|
#include <gcov-io.h>
Data Fields | |
struct gcov_info * | key |
gcov_unsigned_t | ident |
gcov_unsigned_t | lineno_checksum |
gcov_unsigned_t | cfg_checksum |
struct gcov_ctr_info | ctrs [0] |
Information about a single function. This uses the trailing array idiom. The number of counters is determined from the merge pointer array in gcov_info. The key is used to detect which of a set of comdat functions was selected -- it points to the gcov_info object of the object file containing the selected comdat function.
gcov_unsigned_t gcov_fn_info::cfg_checksum |
struct gcov_ctr_info gcov_fn_info::ctrs[0] |
gcov_unsigned_t gcov_fn_info::ident |
struct gcov_info* gcov_fn_info::key |
gcov_unsigned_t gcov_fn_info::lineno_checksum |