Home
last modified time | relevance | path

Searched defs:CreateSections (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp36 void ObjectFilePlaceholder::CreateSections( in CreateSections() function in ObjectFilePlaceholder
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h76 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp126 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp181 void ObjectFileCOFF::CreateSections(lldb_private::SectionList &sections) { in CreateSections() function in ObjectFileCOFF
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp106 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp177 void ObjectFileJSON::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJSON
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp290 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp1039 void ObjectFilePECOFF::CreateSections(SectionList &unified_section_list) { CreateSections() function in ObjectFilePECOFF
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1924 void ObjectFileMachO::CreateSections(SectionList &unified_section_list) { CreateSections() function in ObjectFileMachO
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1890 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { CreateSections() function in ObjectFileELF
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp5340 TEST_F(OpenMPIRBuilderTest,CreateSections) TEST_F() argument