Searched defs:CreateSections (Results 1 – 11 of 11) sorted by relevance
36 void ObjectFilePlaceholder::CreateSections( in CreateSections() function in ObjectFilePlaceholder
76 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
126 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
181 void ObjectFileCOFF::CreateSections(lldb_private::SectionList §ions) { in CreateSections() function in ObjectFileCOFF
106 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
177 void ObjectFileJSON::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJSON
290 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
1039 void ObjectFilePECOFF::CreateSections(SectionList &unified_section_list) { CreateSections() function in ObjectFilePECOFF
1924 void ObjectFileMachO::CreateSections(SectionList &unified_section_list) { CreateSections() function in ObjectFileMachO
1890 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { CreateSections() function in ObjectFileELF
5340 TEST_F(OpenMPIRBuilderTest,CreateSections) TEST_F() argument