Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp535 if (auto LowerBoundAttr = Child.find(DW_AT_lower_bound)) in getTypeSize() local
536 LowerBound = LowerBoundAttr->getAsSignedConstant().value_or(0); in getTypeSize()