Searched refs:unified_section_list (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h111 CreateSections (lldb_private::SectionList &unified_section_list);
H A DObjectFileMachO.cpp952 ObjectFileMachO::CreateSections (SectionList &unified_section_list) argument
1009 SectionSP unified_section_sp(unified_section_list.FindSectionByName(const_segname));
1094 unified_section_list.AddSection(segment_sp);
1141 segment_sp = unified_section_list.FindSectionByName (const_segname);
1200 unified_section_list.AddSection(segment_sp);
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h355 CreateSections (SectionList &unified_section_list) = 0;
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h109 CreateSections (lldb_private::SectionList &unified_section_list);
H A DObjectFileELF.cpp853 ObjectFileELF::CreateSections(SectionList &unified_section_list) argument
994 SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true));
996 unified_section_list.ReplaceSection (module_section_sp->GetID(), section_sp);
998 unified_section_list.AddSection (section_sp);
1004 unified_section_list = *m_sections_ap;
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h95 CreateSections (lldb_private::SectionList &unified_section_list);
H A DObjectFilePECOFF.cpp610 ObjectFilePECOFF::CreateSections (SectionList &unified_section_list) argument
723 unified_section_list.AddSection(section_sp);

Completed in 124 milliseconds