/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
D | ObjectFilePDB.h | 78 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | ObjectFileBreakpad.h | 80 void CreateSections(SectionList &unified_section_list) override;
|
D | ObjectFileBreakpad.cpp | 129 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.h | 72 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
D | ObjectFileJIT.cpp | 140 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
D | ObjectFileWasm.h | 86 void CreateSections(SectionList &unified_section_list) override;
|
D | ObjectFileWasm.cpp | 256 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
|
/external/llvm-project/lldb/source/Symbol/ |
D | SymbolFile.cpp | 53 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
|
D | ObjectFile.cpp | 613 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList() 617 CreateSections(unified_section_list); in GetSectionList()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 93 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
D | ObjectFileMachO.cpp | 1836 void ObjectFileMachO::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileMachO
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 316 virtual void CreateSections(SectionList &unified_section_list) = 0;
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 113 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
D | ObjectFilePECOFF.cpp | 821 void ObjectFilePECOFF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFilePECOFF
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 117 void CreateSections(lldb_private::SectionList &unified_section_list) override;
|
D | ObjectFileELF.cpp | 1768 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.cpp | 87 void CreateSections(SectionList &unified_section_list) override { in CreateSections() function in __anonfadbf2d70111::PlaceholderObjectFile
|
/external/llvm-project/lldb/source/Core/ |
D | Module.cpp | 1288 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
|