Searched refs:getAsSectionOffset (Results 1 – 9 of 9) sorted by relevance
78 uint64_t Offset = *FormValue.getAsSectionOffset(); in dumpLocationList()216 U->getRnglistOffset(*FormValue.getAsSectionOffset())) { in dumpAttribute()388 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()389 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()414 if (std::optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
706 std::optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
673 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()693 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
171 return Value->getAsSectionOffset(); in extractOffset()
119 std::optional<uint64_t> getAsSectionOffset() const;401 return V->getAsSectionOffset(); in toSectionOffset()
456 return U->findRnglistFromIndex(*FormValue.getAsSectionOffset()); in processOneAttribute()457 return U->findRnglistFromOffset(*FormValue.getAsSectionOffset()); in processOneAttribute()1017 uint64_t Offset = *FormValue.getAsSectionOffset(); in processLocationList()
1418 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()1426 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()1449 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()1474 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()1495 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()1520 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()
1680 else if (std::optional<uint64_t> Val = FileIdxValue.getAsSectionOffset()) in getDirAndFilenameFromLineTable()