Searched refs:unified_section_list (Results 1 – 7 of 7) sorted by relevance
111 CreateSections (lldb_private::SectionList &unified_section_list);
952 ObjectFileMachO::CreateSections (SectionList &unified_section_list) in CreateSections() argument1009 … SectionSP unified_section_sp(unified_section_list.FindSectionByName(const_segname)); in CreateSections()1094 unified_section_list.AddSection(segment_sp); in CreateSections()1141 … segment_sp = unified_section_list.FindSectionByName (const_segname); in CreateSections()1200 unified_section_list.AddSection(segment_sp); in CreateSections()
853 ObjectFileELF::CreateSections(SectionList &unified_section_list) in CreateSections() argument994 … SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true)); in CreateSections()996 … unified_section_list.ReplaceSection (module_section_sp->GetID(), section_sp); in CreateSections()998 unified_section_list.AddSection (section_sp); in CreateSections()1004 unified_section_list = *m_sections_ap; in CreateSections()
109 CreateSections (lldb_private::SectionList &unified_section_list);
95 CreateSections (lldb_private::SectionList &unified_section_list);
610 ObjectFilePECOFF::CreateSections (SectionList &unified_section_list) in CreateSections() argument723 unified_section_list.AddSection(section_sp); in CreateSections()
355 CreateSections (SectionList &unified_section_list) = 0;