Lines Matching refs:getAsUnsignedConstant
258 : *FormValue.getAsUnsignedConstant(); in processOneAttribute()
283 return *FormValue.getAsUnsignedConstant(); in processOneAttribute()
298 CurrentElement->setAccessibilityCode(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
304 CurrentElement->setBitSize(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
337 hexString(*FormValue.getAsUnsignedConstant(), 2)); in processOneAttribute()
342 CurrentElement->setCount(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
361 CurrentElement->setDiscriminator(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
364 CurrentElement->setInlineCode(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
384 CurrentElement->setVirtualityCode(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
433 if (std::optional<uint64_t> Offset = FormValue.getAsUnsignedConstant()) in processOneAttribute()
1072 CurrentSymbol->addLocationConstant(Attr, *FormValue.getAsUnsignedConstant(), in processLocationMember()