Lines Matching refs:InfoOr
1783 auto InfoOr = provider.GetAddressInfo(PHdr); in CreateSections() local
1784 if (!InfoOr) in CreateSections()
1791 InfoOr->GetRangeBase(), InfoOr->GetByteSize(), PHdr.p_offset, in CreateSections()
1797 provider.AddSegment(*InfoOr, std::move(Segment)); in CreateSections()
1814 auto InfoOr = provider.GetAddressInfo(header); in CreateSections() local
1815 if (!InfoOr) in CreateSections()
1827 InfoOr->Segment, GetModule(), // Module to which this section belongs. in CreateSections()
1833 InfoOr->Range.GetRangeBase(), // VM address. in CreateSections()
1834 InfoOr->Range.GetByteSize(), // VM size in bytes of this section. in CreateSections()
1843 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()
1845 provider.AddSection(std::move(*InfoOr), std::move(section_sp)); in CreateSections()