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.cpp917 SectionList &child_sectlist = sect_sp->GetChildren(); in AddSectionsToRangeMap() local
921 if (child_sectlist.GetNumSections(0) > 0) { in AddSectionsToRangeMap()
922 AddSectionsToRangeMap(&child_sectlist, section_ranges); in AddSectionsToRangeMap()