Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h183 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
234 size_t SectionIndex(const SectionHeaderCollIter &I);
H A DObjectFileELF.cpp785 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) { in SectionIndex()
939 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in GetBaseAddress()
1482 for (SectionHeaderCollIter I = section_headers.begin(); in GetSectionHeaderInfo()
1893 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in CreateSections()
3046 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()