Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DSection.cpp336 iterator sect_iter; in FindSectionIndex() local
339 for (sect_iter = begin; sect_iter != end; ++sect_iter) in FindSectionIndex()
341 if (sect_iter->get() == sect) in FindSectionIndex()
344 return std::distance (begin, sect_iter); in FindSectionIndex()
364 iterator sect_iter, end = m_sections.end(); in ReplaceSection() local
365 for (sect_iter = m_sections.begin(); sect_iter != end; ++sect_iter) in ReplaceSection()
367 if ((*sect_iter)->GetID() == sect_id) in ReplaceSection()
369 *sect_iter = sect_sp; in ReplaceSection()
374 if ((*sect_iter)->GetChildren().ReplaceSection(sect_id, sect_sp, depth - 1)) in ReplaceSection()
387 const_iterator sect_iter, end = m_sections.end(); in GetNumSections() local
[all …]