Searched defs:FindSectionByType (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Core/
H A DSection.cpp457 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const function in class:SectionList
470 sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0);

Completed in 84 milliseconds