Searched refs:getAsUnsignedConstant (Results 1 – 14 of 14) sorted by relevance
27 LB = L->getAsUnsignedConstant(); in appendArrayType()29 Count = CountV->getAsUnsignedConstant(); in appendArrayType()31 UB = UpperV->getAsUnsignedConstant(); in appendArrayType()34 if (std::optional<uint64_t> LC = LV->getAsUnsignedConstant()) in appendArrayType()246 return *Form->getAsUnsignedConstant(); in appendUnqualifiedNameAfter()256 switch (*AuthenticationMode->getAsUnsignedConstant()) { in appendUnqualifiedNameAfter()366 OS << (*V->getAsUnsignedConstant() ? "true" : "false"); in appendTemplateParameters()382 OS << std::to_string(*V->getAsUnsignedConstant()); in appendTemplateParameters()385 OS << std::to_string(*V->getAsUnsignedConstant()); in appendTemplateParameters()388 OS << std::to_string(*V->getAsUnsignedConstant()); in appendTemplateParameters()[all …]
136 if (std::optional<uint64_t> Val = FormValue.getAsUnsignedConstant()) { in dumpAttribute()146 } else if (std::optional<uint64_t> Val = FormValue.getAsUnsignedConstant()) in dumpAttribute()153 if (std::optional<uint64_t> Val = FormValue.getAsUnsignedConstant()) in dumpAttribute()168 FormValue.getAsUnsignedConstant()) { in dumpAttribute()208 if (std::optional<uint64_t> OptVal = FormValue.getAsUnsignedConstant()) in dumpAttribute()354 if (auto Offset = FormValue->getAsUnsignedConstant()) { in getHighPC()499 if (std::optional<uint64_t> Size = SizeAttr->getAsUnsignedConstant()) in getTypeSizeImpl()538 ElemCountAttr->getAsUnsignedConstant()) in getTypeSizeImpl()
136 DieOffset = *FormValue.getAsUnsignedConstant(); in readAtoms()139 DieTag = (dwarf::Tag)*FormValue.getAsUnsignedConstant(); in readAtoms()199 if (std::optional<uint64_t> Val = Atom.getAsUnsignedConstant()) { in dumpName()303 if (std::optional<uint64_t> Value = Tag->getAsUnsignedConstant()) in getTag()636 return Off->getAsUnsignedConstant(); in getRelatedCUIndex()689 return Off->getAsUnsignedConstant(); in getLocalTUIndex()
331 FileEntry.DirIdx = *Value.getAsUnsignedConstant(); in parseV5DirFileTables()334 FileEntry.ModTime = *Value.getAsUnsignedConstant(); in parseV5DirFileTables()337 FileEntry.Length = *Value.getAsUnsignedConstant(); in parseV5DirFileTables()
712 std::optional<uint64_t> DWARFFormValue::getAsUnsignedConstant() const { in getAsUnsignedConstant() function in DWARFFormValue
1687 Local.TagOffset = TagOffsetAttr->getAsUnsignedConstant(); in addLocalsForDie()1700 *DeclFileAttr->getAsUnsignedConstant(), CU->getCompilationDir(), in addLocalsForDie()1705 Local.DeclLine = *DeclLineAttr->getAsUnsignedConstant(); in addLocalsForDie()
770 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) { in verifyDebugInfoAttribute()811 if (!AttrValue.Value.getAsUnsignedConstant()) { in verifyDebugInfoAttribute()
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()[all …]
86 std::optional<uint64_t> hash = form_value->getAsUnsignedConstant(); in EntryHasMatchingQualhash()99 std::optional<uint64_t> maybe_tag = form_value->getAsUnsignedConstant(); in EntryHasMatchingTag()115 std::optional<uint64_t> Flags = form_value->getAsUnsignedConstant(); in HasImplementationFlag()
114 std::optional<uint64_t> getAsUnsignedConstant() const;228 return V->getAsUnsignedConstant(); in toUnsigned()
358 CFGHash = AnnotationFormValue->getAsUnsignedConstant(); in correlateProfileDataImpl()361 NumCounters = AnnotationFormValue->getAsUnsignedConstant(); in correlateProfileDataImpl()
1445 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute()1523 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute()
1676 if (std::optional<uint64_t> Val = FileIdxValue.getAsUnsignedConstant()) in getDirAndFilenameFromLineTable()