Searched refs:DW_AT_upper_bound (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHashAttributes.def | 46 HANDLE_DIE_HASH_ATTR(DW_AT_upper_bound)
|
| H A D | DwarfUnit.cpp | 1389 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound()); in constructSubrangeDIE() 1428 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, GSR->getUpperBound()); in constructGenericSubrangeDIE()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParser.cpp | 83 case DW_AT_upper_bound: in ParseChildArrayInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 540 if (auto UpperBoundAttr = Child.find(DW_AT_upper_bound)) in getTypeSizeImpl() 746 case DW_AT_upper_bound: in mayHaveLocationExpr()
|
| H A D | DWARFTypePrinter.cpp | 30 if (std::optional<DWARFFormValue> UpperV = C.find(DW_AT_upper_bound)) in appendArrayType()
|
| /freebsd-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf.h | 153 #define DW_AT_upper_bound 0x2f macro
|
| H A D | dwarf_dump.c | 239 case DW_AT_upper_bound: in dwarf_get_AT_name()
|
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | dwarf.c | 682 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0)) in tdesc_array_create() 684 else if (die_signed(dw, dim, DW_AT_upper_bound, &sval, 0)) in tdesc_array_create()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 379 case dwarf::DW_AT_upper_bound: in processOneAttribute()
|