Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp53 objfile_sp->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
H A DObjectFile.cpp608 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1087 SectionList *GetUnifiedSectionList();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1221 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
1240 SectionList *Module::GetUnifiedSectionList() { in GetUnifiedSectionList() function in Module