/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 714 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 D | DWARFDie.cpp | 200 } else if (Attr == DW_AT_type || Attr == DW_AT_containing_type) { in dumpAttribute() 508 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 D | DWARFTypePrinter.cpp | 66 dwarf::Attribute Attr = DW_AT_type) { in resolveReferencedType() 462 auto TypeAttr = C.find(DW_AT_type); in appendTemplateParameters()
|
H A D | DWARFVerifier.cpp | 759 case DW_AT_type: { in verifyDebugInfoAttribute() 760 DWARFDie TypeDie = Die.getAttributeValueAsReferencedDie(DW_AT_type); in verifyDebugInfoAttribute()
|
H A D | DWARFUnit.cpp | 843 if (Die.getAttributeValueAsReferencedDie(DW_AT_type)) in updateVariableDieMap()
|
H A D | DWARFContext.cpp | 1695 if (auto Type = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in addLocalsForDie()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHashAttributes.def | 53 HANDLE_DIE_HASH_ATTR(DW_AT_type)
|
H A D | DIEHash.cpp | 183 Attribute == dwarf::DW_AT_type) { in hashDIEEntry()
|
H A D | DwarfUnit.h | 249 dwarf::Attribute Attribute = dwarf::DW_AT_type);
|
H A D | DwarfUnit.cpp | 1389 addDIEEntry(DW_Subrange, dwarf::DW_AT_type, *IndexTy); in constructSubrangeDIE() 1432 addDIEEntry(DwGenericSubrange, dwarf::DW_AT_type, *IndexTy); in constructGenericSubrangeDIE()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_attrval.c | 162 attr != DW_AT_type) in dwarf_attrval_unsigned()
|
H A D | dwarf.h | 178 #define DW_AT_type 0x49 macro
|
H A D | dwarf_dump.c | 233 case DW_AT_type: in dwarf_get_AT_name()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 388 case DW_AT_type: in ParsedDWARFTypeAttributes() 714 DWARFDIE target_die = die.GetReferencedDIE(DW_AT_type); in ParseTypeModifier() 724 child_die.GetReferencedDIE(DW_AT_type); in ParseTypeModifier() 728 function_pointer_type.GetReferencedDIE(DW_AT_type); in ParseTypeModifier() 1485 case DW_AT_type: in ParseInheritance() 1991 case DW_AT_type: in ParseTemplateDIE() 2508 case DW_AT_type: in VariantMember() 2540 case DW_AT_type: in DiscriminantValue() 2581 case DW_AT_type: in MemberAttributes() 3157 case DW_AT_type: in ParseChildParameters()
|
H A D | DWARFDIE.cpp | 336 if (DWARFDIE next_die = GetAttributeValueAsReferenceDIE(DW_AT_type)) in AppendTypeName()
|
H A D | SymbolFileDWARF.cpp | 3502 case DW_AT_type: in ParseVariableDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 392 case dwarf::DW_AT_type: in processOneAttribute() 1096 /*IsType=*/Attr == dwarf::DW_AT_import || Attr == dwarf::DW_AT_type); in updateReference() 1131 case dwarf::DW_AT_type: in updateReference()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 324 if (Die.findRecursively(dwarf::DW_AT_type)) in collectStatsForDie()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 1855 dwarf::DW_AT_type, dwarf::DW_AT_specification, in getODRAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 107 case dwarf::DW_AT_type: in isODRAttribute()
|