Searched refs:type_die (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 1364 if (DWARFDIE type_die = GetDIE(type_uid)) in ResolveTypeUID() local 1365 return type_die.ResolveType(); in ResolveTypeUID() 1374 if (DWARFDIE type_die = GetDIE(type_uid)) in GetDynamicArrayInfoForUID() local 1375 return DWARFASTParser::ParseChildArrayInfo(type_die, exe_ctx); in GetDynamicArrayInfoForUID() 2681 type_name, must_be_implementation, [&](DWARFDIE type_die) { in FindCompleteObjCDefinitionTypeForDIE() argument 2686 if (type_die != die) { in FindCompleteObjCDefinitionTypeForDIE() 2687 switch (type_die.Tag()) { in FindCompleteObjCDefinitionTypeForDIE() 2700 type_die.Supports_DW_AT_APPLE_objc_complete_type()) in FindCompleteObjCDefinitionTypeForDIE() 2701 try_resolving_type = type_die.GetAttributeValueAsUnsigned( in FindCompleteObjCDefinitionTypeForDIE() 2706 Type *resolved_type = ResolveType(type_die, false, true); in FindCompleteObjCDefinitionTypeForDIE() [all …]
|
D | DWARFASTParserClang.cpp | 1306 DWARFDIE type_die = attrs.type.Reference(); in ParseArrayType() local 1307 Type *element_type = dwarf->ResolveTypeUID(type_die, true); in ParseArrayType() 1344 dwarf->GetUID(type_die), Type::eEncodingIsUID, &attrs.decl, clang_type, in ParseArrayType()
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 9838 Dwarf_Die type_die; in die_pretty_print_decl() local 9839 if (die_die_attribute(die, DW_AT_type, type_die)) in die_pretty_print_decl() 9840 type_repr = die_qualified_type_name(ctxt, &type_die, where_offset); in die_pretty_print_decl() 12257 Dwarf_Die type_die; in add_or_update_class_type() local 12258 if (!die_die_attribute(&child, DW_AT_type, type_die)) in add_or_update_class_type() 12263 lookup_class_or_typedef_from_corpus(ctxt, &type_die, in add_or_update_class_type() 12268 is_type(build_ir_node_from_die(ctxt, &type_die, in add_or_update_class_type() 12304 Dwarf_Die type_die; in add_or_update_class_type() local 12305 if (!die_die_attribute(&child, DW_AT_type, type_die)) in add_or_update_class_type() 12339 decl_base_sptr ty = is_decl(build_ir_node_from_die(ctxt, &type_die, in add_or_update_class_type() [all …]
|