Home
last modified time | relevance | path

Searched defs:CreateSections (Results 1 – 9 of 9) 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.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.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.cpp289 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
/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/Plugins/ObjectFile/PECOFF/
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/Mach-O/
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/ELF/
H A DObjectFileELF.cpp1811 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4383 TEST_F(OpenMPIRBuilderTest, CreateSections) { in TEST_F() argument