Searched refs:unified_section_list (Results 1 – 9 of 9) sorted by relevance
127 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() argument147 unified_section_list.AddSection(section_sp); in CreateSections()
80 void CreateSections(SectionList &unified_section_list) override;
138 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() argument144 unified_section_list = *m_sections_up; in CreateSections()
72 void CreateSections(lldb_private::SectionList &unified_section_list) override;
615 SectionList unified_section_list; in GetSectionList() local616 CreateSections(unified_section_list); in GetSectionList()
305 virtual void CreateSections(SectionList &unified_section_list) = 0;
117 void CreateSections(lldb_private::SectionList &unified_section_list) override;
1763 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() argument1846 unified_section_list = *m_sections_up; in CreateSections()1856 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()1859 unified_section_list.ReplaceSection(module_section_sp->GetID(), in CreateSections()1862 unified_section_list.AddSection(symtab_section_sp); in CreateSections()
85 void CreateSections(SectionList &unified_section_list) override { in CreateSections() argument93 unified_section_list.AddSection(std::move(section_sp)); in CreateSections()