Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h184 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter; typedef
240 size_t SectionIndex(const SectionHeaderCollConstIter &I) const;
H A DObjectFileELF.cpp803 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollConstIter &I) const { in SectionIndex()
3473 for (SectionHeaderCollConstIter I = m_section_headers.begin(); in DumpELFSectionHeaders()