|
GCC Middle and Back End API Reference
|

Public Types | |
| typedef counts_entry | value_type |
| typedef counts_entry | compare_type |
Static Public Member Functions | |
| static hashval_t | hash (const value_type *) |
| static int | equal (const value_type *, const compare_type *) |
| static void | remove (value_type *) |
Data Fields | |
| unsigned | ident |
| unsigned | ctr |
| unsigned | lineno_checksum |
| unsigned | cfg_checksum |
| gcov_type * | counts |
| struct gcov_ctr_summary | summary |
Counts information for a function.
| typedef counts_entry counts_entry::value_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| unsigned counts_entry::cfg_checksum |
Referenced by get_coverage_counts().
| gcov_type* counts_entry::counts |
Referenced by get_coverage_counts().
| unsigned counts_entry::ctr |
Referenced by get_coverage_counts().
| unsigned counts_entry::ident |
Referenced by get_coverage_counts().
| unsigned counts_entry::lineno_checksum |
Referenced by get_coverage_counts().
| struct gcov_ctr_summary counts_entry::summary |
Referenced by get_coverage_counts().