Searched refs:unified_section_list (Results 1 – 16 of 16) sorted by relevance
129 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() argument149 unified_section_list.AddSection(section_sp); in CreateSections()
80 void CreateSections(SectionList &unified_section_list) override;
140 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() argument146 unified_section_list = *m_sections_up; in CreateSections()
72 void CreateSections(lldb_private::SectionList &unified_section_list) override;
78 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() argument
86 void CreateSections(SectionList &unified_section_list) override;
256 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() argument330 unified_section_list.AddSection(section_sp); in CreateSections()
93 void CreateSections(lldb_private::SectionList &unified_section_list) override;
1836 void ObjectFileMachO::CreateSections(SectionList &unified_section_list) { in CreateSections() argument1848 SegmentParsingContext context(GetEncryptedFileRanges(), unified_section_list); in CreateSections()
616 SectionList unified_section_list; in GetSectionList() local617 CreateSections(unified_section_list); in GetSectionList()
316 virtual void CreateSections(SectionList &unified_section_list) = 0;
113 void CreateSections(lldb_private::SectionList &unified_section_list) override;
821 void ObjectFilePECOFF::CreateSections(SectionList &unified_section_list) { in CreateSections() argument838 unified_section_list.AddSection(header_sp); in CreateSections()874 unified_section_list.AddSection(section_sp); in CreateSections()
117 void CreateSections(lldb_private::SectionList &unified_section_list) override;
1768 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() argument1851 unified_section_list = *m_sections_up; in CreateSections()1861 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()1864 unified_section_list.ReplaceSection(module_section_sp->GetID(), in CreateSections()1867 unified_section_list.AddSection(symtab_section_sp); in CreateSections()
87 void CreateSections(SectionList &unified_section_list) override { in CreateSections() argument95 unified_section_list.AddSection(std::move(section_sp)); in CreateSections()