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

Public Types

typedef const sectioncompare_type
typedef object_blockvalue_type

Static Public Member Functions

static hashval_t hash (object_block *)
static bool equal (object_block *, const section *)
static hashval_t hash (const value_type &)
static bool equal (const value_type &existing, const compare_type &candidate)
static void mark_deleted (object_block *&)
static void mark_empty (object_block *&)
static bool is_deleted (object_block *)
static bool is_empty (object_block *)
static void remove (object_block &)
static void remove (object_block *&)
static void ggc_mx (object_block &p)
static void ggc_mx (object_block *&p)
static void ggc_maybe_mx (object_block &p)
static void ggc_maybe_mx (object_block *&p)
static void pch_nx (object_block &p)
static void pch_nx (object_block *&p)

Static Public Attributes

static const bool empty_zero_p

Member Typedef Documentation

◆ compare_type

◆ value_type

typedef object_block* pointer_hash< object_block >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

bool object_block_hasher::equal ( object_block * old,
const section * new_section )
inlinestatic
Helper routines for maintaining object_block_htab.

References object_block::sect.

◆ ggc_maybe_mx() [1/2]

void ggc_remove< object_block >::ggc_maybe_mx ( object_block & p)
inlinestaticinherited

◆ ggc_maybe_mx() [2/2]

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

◆ ggc_mx() [1/2]

void ggc_remove< object_block >::ggc_mx ( object_block & p)
inlinestaticinherited

◆ ggc_mx() [2/2]

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

◆ hash() [1/2]

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

◆ hash() [2/2]

hashval_t object_block_hasher::hash ( object_block * old)
static

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

void ggc_remove< object_block >::pch_nx ( object_block & p)
inlinestaticinherited

◆ pch_nx() [2/2]

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

◆ remove() [1/2]

void ggc_remove< object_block >::remove ( object_block & )
inlinestaticinherited

◆ remove() [2/2]

void ggc_remove< object_block * >::remove ( object_block * & )
inlinestaticinherited

Field Documentation

◆ empty_zero_p

const bool pointer_hash< object_block >::empty_zero_p
staticinherited

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