Home
last modified time | relevance | path

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

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