Home
last modified time | relevance | path

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

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