Home
last modified time | relevance | path

Searched refs:CreateSections (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.h78 void CreateSections(SectionList &unified_section_list) override {} in CreateSections() function
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h80 void CreateSections(SectionList &unified_section_list) override;
DObjectFileBreakpad.cpp129 void ObjectFileBreakpad::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileBreakpad
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h72 void CreateSections(lldb_private::SectionList &unified_section_list) override;
DObjectFileJIT.cpp140 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileJIT
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h86 void CreateSections(SectionList &unified_section_list) override;
DObjectFileWasm.cpp256 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileWasm
/external/llvm-project/lldb/source/Symbol/
DSymbolFile.cpp53 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
DObjectFile.cpp613 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
617 CreateSections(unified_section_list); in GetSectionList()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h93 void CreateSections(lldb_private::SectionList &unified_section_list) override;
DObjectFileMachO.cpp1836 void ObjectFileMachO::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileMachO
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h316 virtual void CreateSections(SectionList &unified_section_list) = 0;
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h113 void CreateSections(lldb_private::SectionList &unified_section_list) override;
DObjectFilePECOFF.cpp821 void ObjectFilePECOFF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFilePECOFF
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h117 void CreateSections(lldb_private::SectionList &unified_section_list) override;
DObjectFileELF.cpp1768 void ObjectFileELF::CreateSections(SectionList &unified_section_list) { in CreateSections() function in ObjectFileELF
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp87 void CreateSections(SectionList &unified_section_list) override { in CreateSections() function in __anonfadbf2d70111::PlaceholderObjectFile
/external/llvm-project/lldb/source/Core/
DModule.cpp1288 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()