Searched refs:DW_AT_count (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParser.cpp | 52 case DW_AT_count: in ParseChildArrayInfo() 53 if (DWARFDIE var_die = die.GetReferencedDIE(DW_AT_count)) { in ParseChildArrayInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHashAttributes.def | 20 HANDLE_DIE_HASH_ATTR(DW_AT_count)
|
| H A D | DwarfUnit.cpp | 1632 if (Attr == dwarf::DW_AT_count) { in constructSubrangeDIE() 1643 AddBoundTypeEntry(dwarf::DW_AT_count, SR->getCount()); in constructSubrangeDIE() 1686 AddBoundTypeEntry(dwarf::DW_AT_count, GSR->getCount()); in constructGenericSubrangeDIE()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | SyntheticTypeNameBuilder.cpp | 46 InputUnitEntryPair.CU->find(CurChild, dwarf::DW_AT_count)) { in addArrayDimension() 367 addValueName(InputUnitEntryPair, dwarf::DW_AT_count); in addTypeName()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 555 if (auto ElemCountAttr = Child.find(DW_AT_count)) in getTypeSizeImpl() 766 case DW_AT_count: in mayHaveLocationExpr()
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf.h | 160 #define DW_AT_count 0x37 macro
|
| H A D | dwarf_dump.c | 97 case DW_AT_count: in dwarf_get_AT_name()
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | dwarf.c | 686 else if (die_unsigned(dw, dim, DW_AT_count, &uval, 0)) in tdesc_array_create() 688 else if (die_signed(dw, dim, DW_AT_count, &sval, 0)) in tdesc_array_create()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.h | 108 C.find(dwarf::DW_AT_count)) in appendArrayType()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 134 case dwarf::DW_AT_count: in processOneAttribute()
|