Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp918 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap() local
922 if (child_sectlist.GetNumSections(0) > 0) { in AddSectionsToRangeMap()
923 AddSectionsToRangeMap(&child_sectlist, section_ranges); in AddSectionsToRangeMap()