Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp47 obj_file->CreateSections(*module_sp->GetUnifiedSectionList()); in FindPlugin()
H A DObjectFile.cpp616 CreateSections(*module_sp->GetUnifiedSectionList()); in GetSectionList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h1165 SectionList *GetUnifiedSectionList();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp87 return Module::GetUnifiedSectionList(); in GetSectionList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1286 obj_file->CreateSections(*GetUnifiedSectionList()); in GetSectionList()
1300 SectionList *Module::GetUnifiedSectionList() { in GetUnifiedSectionList() function in Module