Lines Matching refs:getAsUnsignedConstant
257 : *FormValue.getAsUnsignedConstant(); in processOneAttribute()
282 return *FormValue.getAsUnsignedConstant(); in processOneAttribute()
297 CurrentElement->setAccessibilityCode(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
303 CurrentElement->setBitSize(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
336 hexString(*FormValue.getAsUnsignedConstant(), 2)); in processOneAttribute()
341 CurrentElement->setCount(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
360 CurrentElement->setDiscriminator(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
363 CurrentElement->setInlineCode(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
383 CurrentElement->setVirtualityCode(*FormValue.getAsUnsignedConstant()); in processOneAttribute()
430 if (std::optional<uint64_t> Offset = FormValue.getAsUnsignedConstant()) in processOneAttribute()
1058 CurrentSymbol->addLocationConstant(Attr, *FormValue.getAsUnsignedConstant(), in processLocationMember()