GCC Middle and Back End API Reference
|
Public Types | |
typedef dw_loc_list_struct | value_type |
typedef dw_loc_list_struct | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const value_type *) |
static bool | equal (const value_type *, const compare_type *) |
static void | remove (dw_loc_list_struct *p) |
Hashtable helpers.
|
inlinestatic |
Return true if location lists A and B are the same.
References dw_loc_list_struct::begin, compare_locs(), dw_loc_list_struct::dw_loc_next, dw_loc_list_struct::end, dw_loc_list_struct::expr, dw_loc_list_struct::hash, and dw_loc_list_struct::section.
|
inlinestatic |
Return precomputed hash of location list X.
References dw_loc_list_struct::hash.
|
inlinestaticinherited |
Remove doing nothing.