GCC Middle and Back End API Reference
|
#include <cgraph.h>
Public Types | |
typedef const char * | compare_type |
typedef section_hash_entry * | value_type |
Static Public Member Functions | |
static hashval_t | hash (section_hash_entry *) |
static bool | equal (section_hash_entry *, const char *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (section_hash_entry *&) |
static void | mark_empty (section_hash_entry *&) |
static bool | is_deleted (section_hash_entry *) |
static bool | is_empty (section_hash_entry *) |
static void | remove (section_hash_entry *&) |
static void | ggc_mx (section_hash_entry *&p) |
static void | ggc_maybe_mx (section_hash_entry *&p) |
static void | pch_nx (section_hash_entry *&p) |
static void | pch_nx (section_hash_entry *&p, gt_pointer_operator op, void *cookie) |
Static Public Attributes | |
static const bool | empty_zero_p |
const char* section_name_hasher::compare_type |
|
inherited |
|
inlinestaticinherited |
|
static |
Return true if section P1 name equals to P2.
References section_hash_entry::name.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
static |
Hash sections by their names.
References section_hash_entry::name.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
staticinherited |