Home
last modified time | relevance | path

Searched refs:DW_AT_count (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp52 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 DDIEHashAttributes.def20 HANDLE_DIE_HASH_ATTR(DW_AT_count)
H A DDwarfUnit.cpp1632 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 DSyntheticTypeNameBuilder.cpp46 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 DDWARFDie.cpp555 if (auto ElemCountAttr = Child.find(DW_AT_count)) in getTypeSizeImpl()
766 case DW_AT_count: in mayHaveLocationExpr()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h160 #define DW_AT_count 0x37 macro
H A Ddwarf_dump.c97 case DW_AT_count: in dwarf_get_AT_name()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c686 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 DDWARFTypePrinter.h108 C.find(dwarf::DW_AT_count)) in appendArrayType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp134 case dwarf::DW_AT_count: in processOneAttribute()