| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.h | 76 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 78 void CreateSections(SectionList &unified_section_list) override;
|
| H A D | ObjectFileBreakpad.cpp | 126 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 74 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
| H A D | ObjectFileJIT.cpp | 119 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 86 void CreateSections(SectionList &unified_section_list) override;
|
| H A D | ObjectFileWasm.cpp | 290 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 52 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
|
| H A D | ObjectFile.cpp | 594 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList() 598 CreateSections(unified_section_list); in GetSectionList()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 318 virtual void CreateSections(SectionList &unified_section_list) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.h | 101 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
| H A D | ObjectFileMachO.cpp | 1892 void ObjectFileMachO::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileMachO
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.h | 117 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
| H A D | ObjectFilePECOFF.cpp | 1022 void ObjectFilePECOFF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFilePECOFF
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 118 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
| H A D | ObjectFileELF.cpp | 1828 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 90 void CreateSections(SectionList &unified_section_list) override { in CreateSections() function in __anon8a6959770111::PlaceholderObjectFile
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Module.cpp | 1276 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
|