Searched refs:getAddressRanges (Results 1 – 8 of 8) sorted by relevance
177 dumpRanges(OS, getAddressRanges(u), u->getAddressByteSize(), in dumpAttribute()332 DWARFDebugInfoEntryMinimal::getAddressRanges(const DWARFUnit *U) const { in getAddressRanges() function in DWARFDebugInfoEntryMinimal356 const auto &DIERanges = getAddressRanges(U); in collectChildrenAddressRanges()369 for (const auto& R : getAddressRanges(U)) { in addressRangeContainsAddress()
339 const auto &CUDIERanges = U->getAddressRanges(this); in collectAddressRanges()
273 if (auto RangesOrError = Die.getAddressRanges()) in dumpAttribute()392 Expected<DWARFAddressRangesVector> DWARFDie::getAddressRanges() const { in getAddressRanges() function in DWARFDie414 if (auto DIERangesOrError = getAddressRanges()) in collectChildrenAddressRanges()426 auto RangesOrError = getAddressRanges(); in addressRangeContainsAddress()
442 auto CUDIERangesOrError = UnitDie.getAddressRanges(); in collectAddressRanges()477 auto DIERangesOrError = Die.getAddressRanges(); in updateAddressDieMap()
327 auto RangesOrError = Die.getAddressRanges(); in verifyDieRanges()
37 auto RangesOrError = Die.getAddressRanges(); in getLowPC()146 auto RangesOrError = Die.getAddressRanges(); in collectStatsRecursive()
116 DWARFAddressRangesVector getAddressRanges(const DWARFUnit *U) const;
219 Expected<DWARFAddressRangesVector> getAddressRanges() const;