Home
last modified time | relevance | path

Searched refs:DW_AT_lower_bound (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def37 HANDLE_DIE_HASH_ATTR(DW_AT_lower_bound)
H A DDwarfUnit.cpp1412 } else if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructSubrangeDIE()
1418 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, SR->getLowerBound()); in constructSubrangeDIE()
1445 if (Attr != dwarf::DW_AT_lower_bound || DefaultLowerBound == -1 || in constructGenericSubrangeDIE()
1459 AddBoundTypeEntry(dwarf::DW_AT_lower_bound, GSR->getLowerBound()); in constructGenericSubrangeDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp79 case DW_AT_lower_bound: in ParseChildArrayInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp544 if (auto LowerBoundAttr = Child.find(DW_AT_lower_bound)) in getTypeSizeImpl()
743 case DW_AT_lower_bound: in mayHaveLocationExpr()
H A DDWARFTypePrinter.cpp26 if (std::optional<DWARFFormValue> L = C.find(DW_AT_lower_bound)) in appendArrayType()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h146 #define DW_AT_lower_bound 0x22 macro
H A Ddwarf_dump.c179 case DW_AT_lower_bound: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp366 case dwarf::DW_AT_lower_bound: in processOneAttribute()