Lines Matching defs:InfoOr
1917 auto InfoOr = provider.GetAddressInfo(PHdr);
1918 if (!InfoOr)
1925 InfoOr->GetRangeBase(), InfoOr->GetByteSize(), PHdr.p_offset,
1931 provider.AddSegment(*InfoOr, std::move(Segment));
1948 auto InfoOr = provider.GetAddressInfo(header);
1949 if (!InfoOr)
1961 InfoOr->Segment, GetModule(), // Module to which this section belongs.
1967 InfoOr->Range.GetRangeBase(), // VM address.
1968 InfoOr->Range.GetByteSize(), // VM size in bytes of this section.
1977 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up)
1979 provider.AddSection(std::move(*InfoOr), std::move(section_sp));