Home
last modified time | relevance | path

Searched refs:sectlist (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymtab.cpp895 static void AddSectionsToRangeMap(SectionList *sectlist, in AddSectionsToRangeMap() argument
897 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()
899 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
946 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes() local
948 if (sectlist) { in InitAddressIndexes()
949 AddSectionsToRangeMap(sectlist, section_ranges); in InitAddressIndexes()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6998 SectionList *sectlist = module_sp->GetObjectFile()->GetSectionList();
6999 if (sectlist) {
7001 sectlist->FindSectionByName(std::get<0>(name_vmaddr_tuple));