reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1807     if (!InfoOr)
 1819         InfoOr->Segment, GetModule(), // Module to which this section belongs.
 1825         InfoOr->Range.GetRangeBase(), // VM address.
 1826         InfoOr->Range.GetByteSize(),  // VM size in bytes of this section.
 1835     (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up)
 1835     (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up)
 1837     provider.AddSection(std::move(*InfoOr), std::move(section_sp));