Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp36 void ObjectFilePlaceholder::CreateSections( in CreateSections() function in ObjectFilePlaceholder
H A DObjectFilePlaceholder.h58 void CreateSections(lldb_private::SectionList &unified_section_list) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h78 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileBreakpad.cpp126 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h76 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.h87 void CreateSections(lldb_private::SectionList &) override;
H A DObjectFileCOFF.cpp181 void ObjectFileCOFF::CreateSections(lldb_private::SectionList &sections) { in CreateSections() function in ObjectFileCOFF
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h90 void CreateSections(lldb_private::SectionList &unified_section_list) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h86 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileWasm.cpp290 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h75 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileJSON.cpp177 void ObjectFileJSON::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJSON
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp53 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
H A DObjectFile.cpp596 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
600 CreateSections(unified_section_list); in GetSectionList()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp106 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h300 virtual void CreateSections(SectionList &unified_section_list) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h118 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileELF.cpp1857 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1227 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()