Searched refs:InfoOr (Results 1 – 1 of 1) sorted by relevance
1843 auto InfoOr = provider.GetAddressInfo(PHdr); in CreateSections() local1844 if (!InfoOr) in CreateSections()1851 InfoOr->GetRangeBase(), InfoOr->GetByteSize(), PHdr.p_offset, in CreateSections()1857 provider.AddSegment(*InfoOr, std::move(Segment)); in CreateSections()1874 auto InfoOr = provider.GetAddressInfo(header); in CreateSections() local1875 if (!InfoOr) in CreateSections()1887 InfoOr->Segment, GetModule(), // Module to which this section belongs. in CreateSections()1893 InfoOr->Range.GetRangeBase(), // VM address. in CreateSections()1894 InfoOr->Range.GetByteSize(), // VM size in bytes of this section. in CreateSections()1903 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()[all …]