Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h76 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h78 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileBreakpad.cpp125 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h74 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileJIT.cpp119 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h85 void CreateSections(SectionList &unified_section_list) override;
H A DObjectFileWasm.cpp289 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFile.cpp52 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
H A DObjectFile.cpp594 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
598 CreateSections(unified_section_list); in GetSectionList()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h318 virtual void CreateSections(SectionList &unified_section_list) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h100 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileMachO.cpp1876 void ObjectFileMachO::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileMachO
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h116 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFilePECOFF.cpp974 void ObjectFilePECOFF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFilePECOFF
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h117 void CreateSections(lldb_private::SectionList &unified_section_list) override;
H A DObjectFileELF.cpp1811 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp89 void CreateSections(SectionList &unified_section_list) override { in CreateSections() function in __anon24cf01f00111::PlaceholderObjectFile
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1297 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4383 TEST_F(OpenMPIRBuilderTest, CreateSections) { in TEST_F() argument