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

/external/lldb/source/Core/
H A DSection.cpp139 Section* child_section = m_children.GetSectionAtIndex (i).get();
397 SectionList::GetSectionAtIndex (size_t idx) const function in class:SectionList
/external/lldb/source/API/
H A DSBModule.cpp417 SBModule::GetSectionAtIndex (size_t idx) function in class:SBModule
428 sb_section.SetSP(section_list->GetSectionAtIndex (idx));

Completed in 3157 milliseconds