Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp427 iterator sect_iter; in FindSectionIndex() local
430 for (sect_iter = begin; sect_iter != end; ++sect_iter) { in FindSectionIndex()
431 if (sect_iter->get() == sect) { in FindSectionIndex()
433 return std::distance(begin, sect_iter); in FindSectionIndex()
450 iterator sect_iter, end = m_sections.end(); in ReplaceSection() local
451 for (sect_iter = m_sections.begin(); sect_iter != end; ++sect_iter) { in ReplaceSection()
452 if ((*sect_iter)->GetID() == sect_id) { in ReplaceSection()
453 *sect_iter = sect_sp; in ReplaceSection()
456 if ((*sect_iter) in ReplaceSection()
468 const_iterator sect_iter, end = m_sections.end(); in GetNumSections() local
[all …]