Searched defs:type_die (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2out.c | 5183 equate_type_number_to_die (type, type_die) in equate_type_number_to_die() argument 9793 add_subscript_info (type_die, type) in add_subscript_info() argument 10230 dw_die_ref type_die = NULL; local 10398 dw_die_ref type_die local 10449 dw_die_ref type_die = new_die (DW_TAG_enumeration_type, context_die, type); local 10463 dw_die_ref type_die = new_die (DW_TAG_structure_type, context_die, type); local 10477 dw_die_ref type_die = new_die (DW_TAG_union_type, context_die, type); local 10494 dw_die_ref type_die = lookup_type_die (type); local 11390 dw_die_ref type_die local 11496 dw_die_ref type_die = lookup_type_die (type); local [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | dwarf2out.c | 5613 equate_type_number_to_die (tree type, dw_die_ref type_die) in equate_type_number_to_die() 10676 add_subscript_info (dw_die_ref type_die, tree type) in add_subscript_info() 11093 dw_die_ref type_die = NULL; in add_type_attribute() local 11304 dw_die_ref type_die = new_die (DW_TAG_enumeration_type, context_die, type); in gen_inlined_enumeration_type_die() local 11316 dw_die_ref type_die = new_die (DW_TAG_structure_type, context_die, type); in gen_inlined_structure_type_die() local 11328 dw_die_ref type_die = new_die (DW_TAG_union_type, context_die, type); in gen_inlined_union_type_die() local 11343 dw_die_ref type_die = lookup_type_die (type); in gen_enumeration_type_die() local 11538 dw_die_ref type_die; in gen_type_die_for_member() local 12445 dw_die_ref type_die = lookup_type_die (type); in gen_struct_or_union_type_die() local 12542 dw_die_ref type_die; in gen_typedef_die() local [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1497 if (DWARFDIE type_die = GetDIE(type_uid)) in ResolveTypeUID() local 1506 if (DWARFDIE type_die = GetDIE(type_uid)) in GetDynamicArrayInfoForUID() local 2831 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE() 3005 m_index->GetTypes(GetDWARFDeclContext(die), [&](DWARFDIE type_die) { in FindDefinitionTypeForDWARFDeclContext()
|
H A D | DWARFASTParserClang.cpp | 1300 DWARFDIE type_die = attrs.type.Reference(); in ParseArrayType() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2read.c | 7105 struct die_info *type_die; in die_type() local 7134 struct die_info *type_die = NULL; in die_containing_type() local
|