Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h78 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h80 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileBreakpad.cpp129 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h72 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileJIT.cpp140 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h86 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileWasm.cpp293 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp53 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
H A DObjectFile.cpp589 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
593 CreateSections(unified_section_list); in GetSectionList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h316 virtual void CreateSections(SectionList &unified_section_list) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h117 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileELF.cpp1781 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp87 void CreateSections(SectionList &unified_section_list) override { in CreateSections() function in __anon02ea81f40111::PlaceholderObjectFile
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1282 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()