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

/freebsd-10.2-release/contrib/gcc/
H A Ddwarf2out.c5628 equate_type_number_to_die (tree type, dw_die_ref type_die)
5630 TYPE_SYMTAB_DIE (type) = type_die;
10777 add_subscript_info (dw_die_ref type_die, tree type)
10809 subrange_die = new_die (DW_TAG_subrange_type, type_die, NULL);
10829 type_die);
11195 dw_die_ref type_die = NULL;
11225 type_die = modified_type_die (type,
11230 if (type_die != NULL)
11231 add_AT_die_ref (object_die, DW_AT_type, type_die);
11423 dw_die_ref type_die
5621 equate_type_number_to_die(tree type, dw_die_ref type_die) argument
10764 add_subscript_info(dw_die_ref type_die, tree type) argument
11181 dw_die_ref type_die = NULL; local
11408 dw_die_ref type_die = new_die (DW_TAG_enumeration_type, context_die, type); local
11420 dw_die_ref type_die = new_die (DW_TAG_structure_type, context_die, type); local
11432 dw_die_ref type_die = new_die (DW_TAG_union_type, context_die, type); local
11447 dw_die_ref type_die = lookup_type_die (type); local
11476 add_child_die (scope_die_for (type, context_die), type_die); local
11645 dw_die_ref type_die; local
11660 gen_type_die (member_declared_type (member), type_die); local
12549 dw_die_ref type_die = lookup_type_die (type); local
12657 dw_die_ref type_die; local
12678 equate_type_number_to_die (TREE_TYPE (decl), type_die); local
13140 dw_die_ref type_die; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2288 const DWARFDebugInfoEntry* type_die = debug_info->GetDIEPtr(type_uid, &cu_sp); local
2290 return ResolveTypeUID (cu_sp.get(), type_die, assert_not_being_parsed);
2694 SymbolFileDWARF::ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed) argument
2696 if (type_die != NULL)
2698 Type *type = m_die_to_type.lookup (type_die);
2701 type = GetTypeForDIE (dwarf_cu, type_die).get();
2709 type_die->GetOffset(),
2710 DW_TAG_value_to_name(type_die->Tag()),
2711 type_die->GetName(this, dwarf_cu));
4867 const DWARFDebugInfoEntry* type_die local
5112 const DWARFDebugInfoEntry* type_die = NULL; local
5283 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.2-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 129 milliseconds