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 |
hash_table support.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
unsigned counts_entry::cfg_checksum |
gcov_type* counts_entry::counts |
unsigned counts_entry::ctr |
unsigned counts_entry::ident |
We hash by
unsigned counts_entry::lineno_checksum |
Store
struct gcov_ctr_summary counts_entry::summary |