Searched refs:m_sections (Results 1 – 5 of 5) sorted by relevance
471 m_sections = rhs.m_sections; in operator =()478 m_sections.push_back(section_sp); in AddSection()487 if (idx < m_sections.size()) { in DeleteSection()488 m_sections.erase(m_sections.begin() + idx); in DeleteSection()496 iterator begin = m_sections.begin(); in FindSectionIndex()497 iterator end = m_sections.end(); in FindSectionIndex()534 size_t count = m_sections.size(); in GetNumSections()546 if (idx < m_sections.size()) in GetSectionAtIndex()547 sect_sp = m_sections[idx]; in GetSectionAtIndex()599 sect_sp = m_sections[idx]; in FindSectionByType()[all …]
41 const_iterator begin() const { return m_sections.begin(); } in begin()42 const_iterator end() const { return m_sections.end(); } in end()43 const_iterator begin() { return m_sections.begin(); } in begin()44 const_iterator end() { return m_sections.end(); } in end()75 size_t GetSize() const { return m_sections.size(); } in GetSize()91 void Clear() { m_sections.clear(); } in Clear()100 collection m_sections;
156 m_symbols(std::move(symbols)), m_sections(std::move(sections)) {} in ObjectFileJSON()183 for (const auto §ion : m_sections) { in CreateSections()
109 std::vector<JSONSection> m_sections; variable
5884 std::vector<std::vector<std::shared_ptr<SectionNode>>> m_sections; member