Home
last modified time | relevance | path

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 DDIEHashAttributes.def46 HANDLE_DIE_HASH_ATTR(DW_AT_upper_bound)
H A DDwarfUnit.cpp1389 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 DDWARFASTParser.cpp83 case DW_AT_upper_bound: in ParseChildArrayInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp540 if (auto UpperBoundAttr = Child.find(DW_AT_upper_bound)) in getTypeSizeImpl()
746 case DW_AT_upper_bound: in mayHaveLocationExpr()
H A DDWARFTypePrinter.cpp30 if (std::optional<DWARFFormValue> UpperV = C.find(DW_AT_upper_bound)) in appendArrayType()
/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Ddwarf.h153 #define DW_AT_upper_bound 0x2f macro
H A Ddwarf_dump.c239 case DW_AT_upper_bound: in dwarf_get_AT_name()
/freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c682 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 DLVELFReader.cpp379 case dwarf::DW_AT_upper_bound: in processOneAttribute()