Home
last modified time | relevance | path

Searched refs:DW_AT_type (Results 1 – 22 of 22) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c714 tdesc_t *arrtdp = die_lookup_pass1(dw, arr, DW_AT_type); in die_array_create()
993 ml->ml_type = die_lookup_pass1(dw, mem, DW_AT_type); in die_sou_create()
1234 if ((attr = die_attr(dw, die, DW_AT_type, 0)) != NULL) { in die_funcptr_create()
1235 fn->fn_ret = die_lookup_pass1(dw, die, DW_AT_type); in die_funcptr_create()
1264 DW_AT_type); in die_funcptr_create()
1510 if ((attr = die_attr(dw, die, DW_AT_type, 0)) != NULL) { in die_through_create()
1511 tdp->t_tdesc = die_lookup_pass1(dw, die, DW_AT_type); in die_through_create()
1602 if (die_attr(dw, die, DW_AT_type, 0) != NULL) in die_function_create()
1603 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_function_create()
1647 DW_AT_type); in die_function_create()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp200 } else if (Attr == DW_AT_type || Attr == DW_AT_containing_type) { in dumpAttribute()
509 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl()
519 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl()
524 DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type); in getTypeSizeImpl()
552 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl()
H A DDWARFTypePrinter.cpp66 dwarf::Attribute Attr = DW_AT_type) { in resolveReferencedType()
446 auto TypeAttr = C.find(DW_AT_type); in appendTemplateParameters()
H A DDWARFVerifier.cpp679 case DW_AT_type: { in verifyDebugInfoAttribute()
680 DWARFDie TypeDie = Die.getAttributeValueAsReferencedDie(DW_AT_type); in verifyDebugInfoAttribute()
H A DDWARFUnit.cpp820 if (Die.getAttributeValueAsReferencedDie(DW_AT_type)) in updateVariableDieMap()
H A DDWARFContext.cpp1693 if (auto Type = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in addLocalsForDie()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def53 HANDLE_DIE_HASH_ATTR(DW_AT_type)
H A DDIEHash.cpp183 Attribute == dwarf::DW_AT_type) { in hashDIEEntry()
H A DDwarfUnit.h247 dwarf::Attribute Attribute = dwarf::DW_AT_type);
H A DDwarfUnit.cpp1356 addDIEEntry(DW_Subrange, dwarf::DW_AT_type, *IndexTy); in constructSubrangeDIE()
1399 addDIEEntry(DwGenericSubrange, dwarf::DW_AT_type, *IndexTy); in constructGenericSubrangeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp121 if (attr == DW_AT_type && attributes.ExtractFormValueAtIndex(i, form_value)) in GetTypeForDIE()
H A DDWARFASTParserClang.cpp392 case DW_AT_type: in ParsedDWARFTypeAttributes()
687 DWARFDIE target_die = die.GetReferencedDIE(DW_AT_type); in ParseTypeModifier()
697 child_die.GetReferencedDIE(DW_AT_type); in ParseTypeModifier()
701 function_pointer_type.GetReferencedDIE(DW_AT_type); in ParseTypeModifier()
1451 case DW_AT_type: in ParseInheritance()
2066 case DW_AT_type: in ParseTemplateDIE()
2578 case DW_AT_type: in VariantMember()
2610 case DW_AT_type: in DiscriminantValue()
2651 case DW_AT_type: in MemberAttributes()
3227 case DW_AT_type: in ParseChildParameters()
H A DDWARFDIE.cpp328 if (DWARFDIE next_die = GetAttributeValueAsReferenceDIE(DW_AT_type)) in AppendTypeName()
H A DSymbolFileDWARF.cpp3523 case DW_AT_type: in ParseVariableDIE()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_attrval.c162 attr != DW_AT_type) in dwarf_attrval_unsigned()
H A Ddwarf.h178 #define DW_AT_type 0x49 macro
H A Ddwarf_dump.c233 case DW_AT_type: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp391 case dwarf::DW_AT_type: in processOneAttribute()
1075 /*IsType=*/Attr == dwarf::DW_AT_import || Attr == dwarf::DW_AT_type); in updateReference()
1110 case dwarf::DW_AT_type: in updateReference()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp61 static dwarf::Attribute TypeAttr[] = {dwarf::DW_AT_type};
H A DDWARFLinkerCompileUnit.cpp1855 dwarf::DW_AT_type, dwarf::DW_AT_specification, in getODRAttributes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp313 if (Die.findRecursively(dwarf::DW_AT_type)) in collectStatsForDie()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp99 case dwarf::DW_AT_type: in isODRAttribute()