Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DSymbolFile.cpp39 obj_file->CreateSections (*module_sp->GetUnifiedSectionList()); in FindPlugin()
DObjectFile.cpp618 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h111 CreateSections (lldb_private::SectionList &unified_section_list);
DObjectFileMachO.cpp952 ObjectFileMachO::CreateSections (SectionList &unified_section_list) in CreateSections() function in ObjectFileMachO
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h95 CreateSections (lldb_private::SectionList &unified_section_list);
DObjectFilePECOFF.cpp610 ObjectFilePECOFF::CreateSections (SectionList &unified_section_list) in CreateSections() function in ObjectFilePECOFF
/external/lldb/include/lldb/Symbol/
DObjectFile.h355 CreateSections (SectionList &unified_section_list) = 0;
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h109 CreateSections (lldb_private::SectionList &unified_section_list);
DObjectFileELF.cpp853 ObjectFileELF::CreateSections(SectionList &unified_section_list) in CreateSections() function in ObjectFileELF
/external/lldb/source/Core/
DModule.cpp1134 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()