Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp495 iterator sect_iter; in FindSectionIndex() local
498 for (sect_iter = begin; sect_iter != end; ++sect_iter) { in FindSectionIndex()
499 if (sect_iter->get() == sect) { in FindSectionIndex()
501 return std::distance(begin, sect_iter); in FindSectionIndex()
518 iterator sect_iter, end = m_sections.end(); in ReplaceSection() local
519 for (sect_iter = m_sections.begin(); sect_iter != end; ++sect_iter) { in ReplaceSection()
520 if ((*sect_iter)->GetID() == sect_id) { in ReplaceSection()
521 *sect_iter = sect_sp; in ReplaceSection()
524 if ((*sect_iter) in ReplaceSection()
536 const_iterator sect_iter, end = m_sections.end(); in GetNumSections() local
[all …]