Searched refs:m_sections_up (Results 1 – 11 of 11) sorted by relevance
120 if (!m_sections_up) { in CreateSections()121 m_sections_up = std::make_unique<SectionList>(); in CreateSections()124 delegate_sp->PopulateSectionList(this, *m_sections_up); in CreateSections()125 unified_section_list = *m_sections_up; in CreateSections()
127 if (m_sections_up) in CreateSections()129 m_sections_up = std::make_unique<SectionList>(); in CreateSections()145 m_sections_up->AddSection(section_sp); in CreateSections()
291 if (m_sections_up) in CreateSections()294 m_sections_up = std::make_unique<SectionList>(); in CreateSections()341 m_sections_up->AddSection(section_sp); in CreateSections()
249 m_memory_addr(LLDB_INVALID_ADDRESS), m_sections_up(), m_symtab_up(), in ObjectFile()270 m_process_wp(process_sp), m_memory_addr(header_addr), m_sections_up(), in ObjectFile()589 if (m_sections_up == nullptr) { in GetSectionList()601 return m_sections_up.get(); in GetSectionList()
87 return Address(m_sections_up->GetSectionAtIndex(0), 0); in GetBaseAddress()91 m_sections_up = std::make_unique<SectionList>(); in CreateSections()97 m_sections_up->AddSection(section_sp); in CreateSections()108 assert(m_sections_up->GetNumSections(0) == 1); in SetLoadAddress()111 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress()
291 m_sections_up.reset(); in ~Module()1273 if (!m_sections_up) { in GetSectionList()1278 return m_sections_up.get(); in GetSectionList()1299 if (!m_sections_up) in GetUnifiedSectionList()1300 m_sections_up = std::make_unique<SectionList>(); in GetUnifiedSectionList()1301 return m_sections_up.get(); in GetUnifiedSectionList()
1023 if (m_sections_up) in CreateSections()1025 m_sections_up = std::make_unique<SectionList>(); in CreateSections()1038 m_sections_up->AddSection(header_sp); in CreateSections()1074 m_sections_up->AddSection(section_sp); in CreateSections()
748 std::unique_ptr<lldb_private::SectionList> m_sections_up; variable
1829 if (m_sections_up) in CreateSections()1832 m_sections_up = std::make_unique<SectionList>(); in CreateSections()1855 m_sections_up->AddSection(Segment); in CreateSections()1903 (InfoOr->Segment ? InfoOr->Segment->GetChildren() : *m_sections_up) in CreateSections()1911 unified_section_list = *m_sections_up; in CreateSections()2329 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable()2554 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols()
1087 lldb::SectionListUP m_sections_up; ///< Unified section list for module that variable
1671 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()1709 m_sections_up->AddSection(unified_section_sp); in ProcessSegmentCommand()1826 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()1893 if (m_sections_up) in CreateSections()1896 m_sections_up = std::make_unique<SectionList>(); in CreateSections()