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.cpp605 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1071 SectionList *GetUnifiedSectionList();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1229 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
1251 SectionList *Module::GetUnifiedSectionList() { in GetUnifiedSectionList() function in Module