Searched refs:InfoOr (Results 1 – 1 of 1) sorted by relevance
1922 auto InfoOr = provider.GetAddressInfo(PHdr); in CreateSections() local1923 if (!InfoOr) in CreateSections()1930 InfoOr->GetRangeBase(), InfoOr->GetByteSize(), PHdr.p_offset, in CreateSections()1936 provider.AddSegment(*InfoOr, std::move(Segment)); in CreateSections()1953 auto InfoOr = provider.GetAddressInfo(header); in CreateSections() local1954 if (!InfoOr) in CreateSections()1966 InfoOr->Segment, GetModule(), // Module to which this section belongs. in CreateSections()1972 InfoOr->Range.GetRangeBase(), // VM address. in CreateSections()1973 InfoOr->Range.GetByteSize(), // VM size in bytes of this section. in CreateSections()1982 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()[all …]