Searched refs:m_sections_up (Results 1 – 11 of 11) sorted by relevance
141 if (!m_sections_up) { in CreateSections()142 m_sections_up = std::make_unique<SectionList>(); in CreateSections()145 delegate_sp->PopulateSectionList(this, *m_sections_up); in CreateSections()146 unified_section_list = *m_sections_up; in CreateSections()
130 if (m_sections_up) in CreateSections()132 m_sections_up = std::make_unique<SectionList>(); in CreateSections()148 m_sections_up->AddSection(section_sp); in CreateSections()
257 if (m_sections_up) in CreateSections()260 m_sections_up = std::make_unique<SectionList>(); in CreateSections()329 m_sections_up->AddSection(section_sp); in CreateSections()
270 m_memory_addr(LLDB_INVALID_ADDRESS), m_sections_up(), m_symtab_up(), in ObjectFile()291 m_process_wp(process_sp), m_memory_addr(header_addr), m_sections_up(), in ObjectFile()608 if (m_sections_up == nullptr) { in GetSectionList()620 return m_sections_up.get(); in GetSectionList()
84 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()88 m_sections_up = std::make_unique<SectionList>(); in CreateSections()94 m_sections_up->AddSection(section_sp); in CreateSections()105 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()108 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
295 m_sections_up.reset(); in ~Module()1285 if (!m_sections_up) { in GetSectionList()1290 return m_sections_up.get(); in GetSectionList()1308 if (!m_sections_up) in GetUnifiedSectionList()1309 m_sections_up = std::make_unique<SectionList>(); in GetUnifiedSectionList()1310 return m_sections_up.get(); in GetUnifiedSectionList()
822 if (m_sections_up) in CreateSections()824 m_sections_up = std::make_unique<SectionList>(); in CreateSections()837 m_sections_up->AddSection(header_sp); in CreateSections()873 m_sections_up->AddSection(section_sp); in CreateSections()
683 std::unique_ptr<lldb_private::SectionList> m_sections_up; variable
1769 if (m_sections_up) in CreateSections()1772 m_sections_up = std::make_unique<SectionList>(); in CreateSections()1795 m_sections_up->AddSection(Segment); in CreateSections()1843 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()1851 unified_section_list = *m_sections_up; in CreateSections()2286 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable()2511 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols()
983 lldb::SectionListUP m_sections_up; ///< Unified section list for module that variable
1624 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()1653 m_sections_up->AddSection(unified_section_sp); in ProcessSegmentCommand()1770 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()1837 if (m_sections_up) in CreateSections()1840 m_sections_up = std::make_unique<SectionList>(); in CreateSections()