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

References

tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
  128   if (m_sections_up)
  130   m_sections_up = std::make_unique<SectionList>();
  146     m_sections_up->AddSection(section_sp);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1761   if (m_sections_up)
 1764   m_sections_up = std::make_unique<SectionList>();
 1787     m_sections_up->AddSection(Segment);
 1835     (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up)
 1843     unified_section_list = *m_sections_up;
 2277   SectionList *section_list = m_sections_up.get();
 2502   SectionList *section_list = m_sections_up.get();
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  139   if (!m_sections_up) {
  140     m_sections_up.reset(new SectionList());
  143       delegate_sp->PopulateSectionList(this, *m_sections_up);
  144       unified_section_list = *m_sections_up;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1604     m_sections_up->AddSection(segment_sp);
 1633     m_sections_up->AddSection(unified_section_sp);
 1746           m_sections_up->AddSection(segment_sp);
 1813   if (m_sections_up)
 1816   m_sections_up.reset(new SectionList());
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  785   if (m_sections_up)
  787   m_sections_up.reset(new SectionList());
  800     m_sections_up->AddSection(header_sp);
  922       m_sections_up->AddSection(section_sp);
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
   82     return Address(m_sections_up->GetSectionAtIndex(0), 0);
   86     m_sections_up = std::make_unique<SectionList>();
   92     m_sections_up->AddSection(section_sp);
  103     assert(m_sections_up->GetNumSections(0) == 1);
  106         m_sections_up->GetSectionAtIndex(0), m_base);
tools/lldb/source/Symbol/ObjectFile.cpp
  604   if (m_sections_up == nullptr) {
  616   return m_sections_up.get();