Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Ddwarf2out.c13348 dw_die_ref type_context_die; in dwarf2out_imported_module_or_decl() local
13352 type_context_die = force_type_die (TYPE_CONTEXT (type)); in dwarf2out_imported_module_or_decl()
13354 type_context_die = force_decl_die (TYPE_CONTEXT (type)); in dwarf2out_imported_module_or_decl()
13356 type_context_die = comp_unit_die; in dwarf2out_imported_module_or_decl()
13357 gen_type_die_for_member (type, decl, type_context_die); in dwarf2out_imported_module_or_decl()