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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1783 auto InfoOr = provider.GetAddressInfo(PHdr); local
1784 if (!InfoOr)
1791 InfoOr->GetRangeBase(), InfoOr->GetByteSize(), PHdr.p_offset,
1797 provider.AddSegment(*InfoOr, std::move(Segment));
1814 auto InfoOr = provider.GetAddressInfo(header); local
1815 if (!InfoOr)
1827 InfoOr->Segment, GetModule(), // Module to which this section belongs.
1833 InfoOr->Range.GetRangeBase(), // VM address.
1834 InfoOr
[all...]

Completed in 199 milliseconds