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()398 return U->findRnglistFromIndex(*Value->getAsSectionOffset()); in getAddressRanges()399 return U->findRnglistFromOffset(*Value->getAsSectionOffset()); in getAddressRanges()433 if (std::optional<uint64_t> Off = Location->getAsSectionOffset()) { in getLocations()
706 std::optional<uint64_t> DWARFFormValue::getAsSectionOffset() const { in getAsSectionOffset() function in DWARFFormValue
708 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()728 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute()
171 return Value->getAsSectionOffset(); in extractOffset()
124 LLVM_ABI std::optional<uint64_t> getAsSectionOffset() const;406 return V->getAsSectionOffset(); in toSectionOffset()
258 return U->findRnglistFromIndex(*FormValue.getAsSectionOffset()); in processOneAttribute()259 return U->findRnglistFromOffset(*FormValue.getAsSectionOffset()); in processOneAttribute()820 uint64_t Offset = *FormValue.getAsSectionOffset(); in processLocationList()
1424 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()1432 if (std::optional<uint64_t> Offset = Val.getAsSectionOffset()) { in cloneScalarAttribute()1454 DIEInteger(*Val.getAsSectionOffset())); in cloneScalarAttribute()1467 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute()1492 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()1513 std::optional<uint64_t> Index = Val.getAsSectionOffset(); in cloneScalarAttribute()1538 Value = *Val.getAsSectionOffset(); in cloneScalarAttribute()
1676 else if (std::optional<uint64_t> Val = FileIdxValue.getAsSectionOffset()) in getDirAndFilenameFromLineTable()