Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp899 static void AddSectionsToRangeMap(SectionList *sectlist, in AddSectionsToRangeMap() argument
901 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap()
903 SectionSP sect_sp = sectlist->GetSectionAtIndex(i); in AddSectionsToRangeMap()
950 SectionList *sectlist = m_objfile->GetSectionList(); in InitAddressIndexes() local
952 if (sectlist) { in InitAddressIndexes()
953 AddSectionsToRangeMap(sectlist, section_ranges); in InitAddressIndexes()