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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h72 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileJIT.cpp138 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { argument
144 unified_section_list = *m_sections_up;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h80 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileBreakpad.cpp127 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { argument
147 unified_section_list.AddSection(section_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp615 SectionList unified_section_list; local
616 CreateSections(unified_section_list);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h117 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileELF.cpp1763 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { argument
1846 unified_section_list = *m_sections_up;
1856 SectionSP module_section_sp = unified_section_list.FindSectionByType(
1859 unified_section_list.ReplaceSection(module_section_sp->GetID(),
1862 unified_section_list.AddSection(symtab_section_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h305 virtual void CreateSections(SectionList &unified_section_list) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp85 void CreateSections(SectionList &unified_section_list) override {
93 unified_section_list.AddSection(std::move(section_sp));

Completed in 207 milliseconds