Searched refs:scope_die_for (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4193 static dw_die_ref scope_die_for (tree, dw_die_ref);
11097 scope_die_for (tree t, dw_die_ref context_die)
11297 dw_die_ref scope_die = scope_die_for (type, context_die);
11444 scope_die_for (type, context_die), type);
11468 add_child_die (scope_die_for (type, context_die), type_die);
12353 = new_die (DW_TAG_pointer_type, scope_die_for (type, context_die), type);
12369 = new_die (DW_TAG_reference_type, scope_die_for (type, context_die), type);
12384 scope_die_for (type, context_die), type);
12558 scope_die = scope_die_for (type, context_die);
12629 scope_die_for (typ
11083 scope_die_for (tree t, dw_die_ref context_die) function
[all...]

Completed in 79 milliseconds