|
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 counts_entry *) |
| static int | equal (const counts_entry *, const counts_entry *) |
| static void | remove (counts_entry *) |
| static hashval_t | hash (const value_type &) |
| static bool | equal (const value_type &existing, const compare_type &candidate) |
| static void | mark_deleted (counts_entry *&) |
| static void | mark_empty (counts_entry *&) |
| static bool | is_deleted (counts_entry *) |
| static bool | is_empty (counts_entry *) |
Data Fields | |
| unsigned | ident |
| unsigned | ctr |
| unsigned | lineno_checksum |
| unsigned | cfg_checksum |
| gcov_type * | counts |
| unsigned | n_counts |
Static Public Attributes | |
| static const bool | empty_zero_p |
Counts information for a function.
|
inherited |
|
inherited |
|
inlinestatic |
|
inlinestaticinherited |
|
inlinestatic |
References ctr, GCOV_COUNTERS, and ident.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestatic |
| unsigned counts_entry::cfg_checksum |
Referenced by get_coverage_counts(), and read_counts_file().
| gcov_type* counts_entry::counts |
Referenced by get_coverage_counts(), read_counts_file(), and remove().
| unsigned counts_entry::ctr |
Referenced by equal(), get_coverage_counts(), hash(), and read_counts_file().
|
staticinherited |
| unsigned counts_entry::ident |
Referenced by equal(), get_coverage_counts(), hash(), and read_counts_file().
| unsigned counts_entry::lineno_checksum |
Referenced by get_coverage_counts(), and read_counts_file().
| unsigned counts_entry::n_counts |
Referenced by get_coverage_counts(), and read_counts_file().