GCC Middle and Back End API Reference
section_hasher Struct Reference
Inheritance diagram for section_hasher:
Collaboration diagram for section_hasher:

Public Types

typedef const char * compare_type
 
typedef sectionvalue_type
 

Static Public Member Functions

static hashval_t hash (section *)
 
static bool equal (section *, 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 *&)
 
static void mark_empty (section *&)
 
static bool is_deleted (section *)
 
static bool is_empty (section *)
 
static void remove (section *&)
 
static void ggc_mx (section *&p)
 
static void ggc_maybe_mx (section *&p)
 
static void pch_nx (section *&p)
 
static void pch_nx (section *&p, gt_pointer_operator op, void *cookie)
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

section* pointer_hash< section >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool pointer_hash< section >::equal ( const value_type & existing,
const compare_type & candidate )
inlinestaticinherited

◆ equal() [2/2]

bool section_hasher::equal ( section * old,
const char * new_name )
static
Helper routines for maintaining section_htab.   

◆ ggc_maybe_mx()

static void ggc_remove< section * >::ggc_maybe_mx ( section * & p)
inlinestaticinherited

◆ ggc_mx()

static void ggc_remove< section * >::ggc_mx ( section * & p)
inlinestaticinherited

◆ hash() [1/2]

hashval_t pointer_hash< section >::hash ( const value_type & candidate)
inlinestaticinherited

◆ hash() [2/2]

hashval_t section_hasher::hash ( section * old)
static

◆ is_deleted()

bool pointer_hash< section >::is_deleted ( section * e)
inlinestaticinherited

◆ is_empty()

bool pointer_hash< section >::is_empty ( section * e)
inlinestaticinherited

◆ mark_deleted()

void pointer_hash< section >::mark_deleted ( section *& e)
inlinestaticinherited

◆ mark_empty()

void pointer_hash< section >::mark_empty ( section *& e)
inlinestaticinherited

◆ pch_nx() [1/2]

static void ggc_remove< section * >::pch_nx ( section * & p)
inlinestaticinherited

◆ pch_nx() [2/2]

static void ggc_remove< section * >::pch_nx ( section * & p,
gt_pointer_operator op,
void * cookie )
inlinestaticinherited

◆ remove()

static void ggc_remove< section * >::remove ( section * & )
inlinestaticinherited

Field Documentation

◆ empty_zero_p

const bool pointer_hash< section >::empty_zero_p
staticinherited

The documentation for this struct was generated from the following file: