Searched refs:unified_section_list (Results 1 – 17 of 17) sorted by relevance
37 lldb_private::SectionList &unified_section_list) { in CreateSections() argument46 unified_section_list.AddSection(std::move(section_sp)); in CreateSections()
58 void CreateSections(lldb_private::SectionList &unified_section_list) override;
295 void ObjectFileXCOFF::CreateSections(SectionList &unified_section_list) { in CreateSections() argument302 CreateSectionsWithBitness<XCOFF64>(unified_section_list); in CreateSections()304 CreateSectionsWithBitness<XCOFF32>(unified_section_list); in CreateSections()317 SectionList &unified_section_list) { in CreateSectionsWithBitness() argument359 unified_section_list.AddSection(section_sp); in CreateSectionsWithBitness()
77 void CreateSections(lldb_private::SectionList &unified_section_list) override;109 CreateSectionsWithBitness(lldb_private::SectionList &unified_section_list);
126 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() argument146 unified_section_list.AddSection(section_sp); in CreateSections()
78 void CreateSections(SectionList &unified_section_list) override;
106 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() argument112 unified_section_list = *m_sections_up; in CreateSections()
177 void ObjectFileJSON::CreateSections(SectionList &unified_section_list) { in CreateSections() argument232 unified_section_list.AddSection(section_sp); in CreateSections()
75 void CreateSections(SectionList &unified_section_list) override;
76 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() argument
90 void CreateSections(lldb_private::SectionList &unified_section_list) override;
86 void CreateSections(SectionList &unified_section_list) override;
260 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() argument312 unified_section_list.AddSection(section_sp); in CreateSections()
611 SectionList unified_section_list; in GetSectionList() local612 CreateSections(unified_section_list); in GetSectionList()
307 virtual void CreateSections(SectionList &unified_section_list) = 0;
118 void CreateSections(lldb_private::SectionList &unified_section_list) override;
1872 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() argument1955 unified_section_list = *m_sections_up; in CreateSections()1965 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()1968 unified_section_list.ReplaceSection(module_section_sp->GetID(), in CreateSections()1971 unified_section_list.AddSection(symtab_section_sp); in CreateSections()