Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp50 case DW_AT_count: in ParseChildArrayInfo()
51 if (DWARFDIE var_die = die.GetReferencedDIE(DW_AT_count)) { in ParseChildArrayInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def20 HANDLE_DIE_HASH_ATTR(DW_AT_count)
H A DDwarfUnit.cpp1375 if (Attr == dwarf::DW_AT_count) { in constructSubrangeDIE()
1386 AddBoundTypeEntry(dwarf::DW_AT_count, SR->getCount()); in constructSubrangeDIE()
1426 AddBoundTypeEntry(dwarf::DW_AT_count, GSR->getCount()); in constructGenericSubrangeDIE()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2.h187 DW_AT_count = 0x37, enumerator
H A Ddwarf2out.c4125 case DW_AT_count:
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Ddwarf2.h284 DW_AT_count = 0x37, enumerator
/openbsd/usr.bin/ctfconv/
H A Ddwarf.h220 #define DW_AT_count 0x37 macro
H A Dparse.c952 case DW_AT_count: in subparse_subrange()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp527 if (auto ElemCountAttr = Child.find(DW_AT_count)) in getTypeSize()
733 case DW_AT_count: in mayHaveLocationExpr()
H A DDWARFTypePrinter.cpp28 if (std::optional<DWARFFormValue> CountV = C.find(DW_AT_count)) in appendArrayType()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Ddwarf2.h286 DW_AT_count = 0x37, enumerator
/openbsd/gnu/gcc/gcc/
H A Ddwarf2.h286 DW_AT_count = 0x37, enumerator
H A Ddwarf2out.c4618 case DW_AT_count: in dwarf_attr_name()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp340 case dwarf::DW_AT_count: in processOneAttribute()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c1412 case DW_AT_count: return "DW_AT_count"; in get_AT_name()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c7730 case DW_AT_count: in dwarf_attr_name()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c6925 case DW_AT_count: return "DW_AT_count"; in get_AT_name()