Home
last modified time | relevance | path

Searched refs:context_die (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDdwarf2out.c9757 subrange_type_die (tree type, tree low, tree high, dw_die_ref context_die) in subrange_type_die() argument
9762 if (context_die == NULL) in subrange_type_die()
9763 context_die = comp_unit_die (); in subrange_type_die()
9765 subrange_die = new_die (DW_TAG_subrange_type, context_die, type); in subrange_type_die()
9787 dw_die_ref context_die) in modified_type_die() argument
9840 gen_type_die (qualified_type, context_die); in modified_type_die()
9852 context_die); in modified_type_die()
9856 mod_scope = scope_die_for (type, context_die); in modified_type_die()
9866 sub_die = modified_type_die (type, 0, is_volatile_type, context_die); in modified_type_die()
9871 sub_die = modified_type_die (type, is_const_type, 0, context_die); in modified_type_die()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c13002 dw_die_ref context_die) in subrange_type_die() argument
13007 if (context_die == NULL) in subrange_type_die()
13008 context_die = comp_unit_die (); in subrange_type_die()
13010 subrange_die = new_die (DW_TAG_subrange_type, context_die, type); in subrange_type_die()
13132 dw_die_ref context_die) in modified_type_die() argument
13156 return modified_type_die (debug_type, cv_quals, reverse, context_die); in modified_type_die()
13234 context_die); in modified_type_die()
13237 gen_type_die (qualified_type, context_die); in modified_type_die()
13249 reverse, context_die); in modified_type_die()
13254 mod_scope = scope_die_for (type, context_die); in modified_type_die()
[all …]