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.cpp499 iterator sect_iter; in FindSectionIndex() local
502 for (sect_iter = begin; sect_iter != end; ++sect_iter) { in FindSectionIndex()
503 if (sect_iter->get() == sect) { in FindSectionIndex()
505 return std::distance(begin, sect_iter); in FindSectionIndex()
522 iterator sect_iter, end = m_sections.end(); in ReplaceSection() local
523 for (sect_iter = m_sections.begin(); sect_iter != end; ++sect_iter) { in ReplaceSection()
524 if ((*sect_iter)->GetID() == sect_id) { in ReplaceSection()
525 *sect_iter = sect_sp; in ReplaceSection()
528 if ((*sect_iter) in ReplaceSection()
540 const_iterator sect_iter, end = m_sections.end(); in GetNumSections() local
[all …]