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

/freebsd-10.0-release/contrib/gcc/
H A Ddwarf2out.c5620 equate_type_number_to_die (tree type, dw_die_ref type_die)
5622 TYPE_SYMTAB_DIE (type) = type_die;
10726 add_subscript_info (dw_die_ref type_die, tree type)
10758 subrange_die = new_die (DW_TAG_subrange_type, type_die, NULL);
10778 type_die);
11144 dw_die_ref type_die = NULL;
11161 type_die = modified_type_die (type,
11166 if (type_die != NULL)
11167 add_AT_die_ref (object_die, DW_AT_type, type_die);
11356 dw_die_ref type_die
5613 equate_type_number_to_die(tree type, dw_die_ref type_die) argument
10713 add_subscript_info(dw_die_ref type_die, tree type) argument
11130 dw_die_ref type_die = NULL; local
11341 dw_die_ref type_die = new_die (DW_TAG_enumeration_type, context_die, type); local
11353 dw_die_ref type_die = new_die (DW_TAG_structure_type, context_die, type); local
11365 dw_die_ref type_die = new_die (DW_TAG_union_type, context_die, type); local
11380 dw_die_ref type_die = lookup_type_die (type); local
11409 add_child_die (scope_die_for (type, context_die), type_die); local
11575 dw_die_ref type_die; local
11590 gen_type_die (member_declared_type (member), type_die); local
12478 dw_die_ref type_die = lookup_type_die (type); local
12575 dw_die_ref type_die; local
12596 equate_type_number_to_die (TREE_TYPE (decl), type_die); local
13042 dw_die_ref type_die; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2270 const DWARFDebugInfoEntry* type_die = debug_info->GetDIEPtr(type_uid, &cu_sp); local
2272 return ResolveTypeUID (cu_sp.get(), type_die, assert_not_being_parsed);
2646 SymbolFileDWARF::ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed) argument
2648 if (type_die != NULL)
2650 Type *type = m_die_to_type.lookup (type_die);
2653 type = GetTypeForDIE (dwarf_cu, type_die).get();
2661 type_die->GetOffset(),
2662 DW_TAG_value_to_name(type_die->Tag()),
2663 type_die->GetName(this, dwarf_cu));
4805 const DWARFDebugInfoEntry* type_die local
5051 const DWARFDebugInfoEntry* type_die = NULL; local
5222 const DWARFDebugInfoEntry* type_die = NULL; local
[all...]
H A DSymbolFileDWARF.h112 virtual lldb_private::Type* ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed = true);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c5990 struct die_info *type_die; local
6002 type_die = follow_die_ref (ref);
6003 if (!type_die)
6010 type = tag_type_to_type (type_die, cu);
6013 dump_die (type_die);
6028 struct die_info *type_die = NULL; local
6035 type_die = follow_die_ref (ref);
6036 if (!type_die)
6042 type = tag_type_to_type (type_die, cu);
6046 if (type_die)
[all...]

Completed in 224 milliseconds