Home
last modified time | relevance | path

Searched refs:CreateSections (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h81 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileBreakpad.cpp272 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h72 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileJIT.cpp137 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp47 obj_file->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
H A DObjectFile.cpp616 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
620 CreateSections(unified_section_list); in GetSectionList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h328 virtual void CreateSections(SectionList &unified_section_list) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h120 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileELF.cpp1940 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1286 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()