Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp489 iterator sect_iter; in FindSectionIndex() local
492 for (sect_iter = begin; sect_iter != end; ++sect_iter) { in FindSectionIndex()
493 if (sect_iter->get() == sect) { in FindSectionIndex()
495 return std::distance(begin, sect_iter); in FindSectionIndex()
512 iterator sect_iter, end = m_sections.end(); in ReplaceSection() local
513 for (sect_iter = m_sections.begin(); sect_iter != end; ++sect_iter) { in ReplaceSection()
514 if ((*sect_iter)->GetID() == sect_id) { in ReplaceSection()
515 *sect_iter = sect_sp; in ReplaceSection()
518 if ((*sect_iter) in ReplaceSection()
530 const_iterator sect_iter, end = m_sections.end(); in GetNumSections() local
[all …]