Searched refs:getAsSectionOffset (Results 1 – 7 of 7) sorted by relevance
77 uint64_t Offset = *FormValue.getAsSectionOffset(); in dumpLocationList()213 U->getRnglistOffset(*FormValue.getAsSectionOffset())) { in dumpAttribute()386 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()387 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()412 if (std::optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
584 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()602 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
724 std::optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
159 return Value->getAsSectionOffset(); in extractOffset()
118 std::optional<uint64_t> getAsSectionOffset() const;325 return V->getAsSectionOffset(); in toSectionOffset()
446 return U->findRnglistFromIndex(*FormValue.getAsSectionOffset()); in processOneAttribute()447 return U->findRnglistFromOffset(*FormValue.getAsSectionOffset()); in processOneAttribute()1013 uint64_t Offset = *FormValue.getAsSectionOffset(); in processLocationList()
1243 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()1251 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()1263 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()1286 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()