Searched refs:DW_AT_count (Results 1 – 9 of 9) 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 | 1409 if (Attr == dwarf::DW_AT_count) { in constructSubrangeDIE() 1420 AddBoundTypeEntry(dwarf::DW_AT_count, SR->getCount()); in constructSubrangeDIE() 1460 AddBoundTypeEntry(dwarf::DW_AT_count, GSR->getCount()); in constructGenericSubrangeDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 536 if (auto ElemCountAttr = Child.find(DW_AT_count)) in getTypeSizeImpl() 747 case DW_AT_count: in mayHaveLocationExpr()
|
H A D | DWARFTypePrinter.cpp | 28 if (std::optional<DWARFFormValue> CountV = C.find(DW_AT_count)) in appendArrayType()
|
/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/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 341 case dwarf::DW_AT_count: in processOneAttribute()
|