Searched refs:CreateSections (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/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) { function in class:ObjectFileBreakpad
/freebsd-13-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.cpp140 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { function in class:ObjectFileJIT
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h86 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileWasm.cpp256 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { function in class:ObjectFileWasm
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp53 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList());
H A DObjectFile.cpp615 CreateSections(*module_sp->GetUnifiedSectionList());
619 CreateSections(unified_section_list);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h305 virtual void CreateSections(SectionList &unified_section_list) = 0;
/freebsd-13-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.cpp1768 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { function in class:ObjectFileELF
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp87 void CreateSections(SectionList &unified_section_list) override {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1288 obj_file->CreateSections(*GetUnifiedSectionList());

Completed in 134 milliseconds