Home
last modified time | relevance | path

Searched refs:InfoOr (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1843 auto InfoOr = provider.GetAddressInfo(PHdr); in CreateSections() local
1844 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() local
1875 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 …]