Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h203 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
241 SectionIndex(const SectionHeaderCollIter &I);
DObjectFileELF.cpp524 ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) in SectionIndex()
842 for (SectionHeaderCollIter I = section_headers.begin(); in GetSectionHeaderInfo()
937 for (SectionHeaderCollIter I = m_section_headers.begin(); in CreateSections()