Home
last modified time | relevance | path

Searched refs:GetUnifiedSectionList (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFile.cpp52 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
H A DObjectFile.cpp594 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h1110 SectionList *GetUnifiedSectionList();
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1297 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
1316 SectionList *Module::GetUnifiedSectionList() { in GetUnifiedSectionList() function in Module