Searched refs:DW_AT_count (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp125 if (Optional<DWARFFormValue> CountV = C.find(DW_AT_count))
720 case DW_AT_count:
H A DDWARFContext.cpp1040 if (auto ElemCountAttr = Child.find(DW_AT_count))
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2.h286 DW_AT_count = 0x37, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4626 case DW_AT_count:
4627 return "DW_AT_count";
/freebsd-11-stable/contrib/binutils/include/elf/
H A Ddwarf2.h288 DW_AT_count = 0x37, enumerator in enum:dwarf_attribute
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf.h152 #define DW_AT_count 0x37 macro
H A Ddwarf_dump.c97 case DW_AT_count:
98 *s = "DW_AT_count"; break;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c686 else if (die_unsigned(dw, dim, DW_AT_count, &uval, 0))
688 else if (die_signed(dw, dim, DW_AT_count, &sval, 0))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1335 // DW_AT_lower_bound and DW_AT_count attributes.
1347 addDIEEntry(DW_Subrange, dwarf::DW_AT_count, *CountVarDIE);
1349 addUInt(DW_Subrange, dwarf::DW_AT_count, None, Count);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3131 case DW_AT_count:
3132 if (DWARFDIE var_die = die.GetReferencedDIE(DW_AT_count)) {
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c1432 case DW_AT_count: return "DW_AT_count";
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c6644 case DW_AT_count:
6645 return "DW_AT_count";

Completed in 214 milliseconds