Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h182 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
233 size_t SectionIndex(const SectionHeaderCollIter &I);
H A DObjectFileELF.cpp756 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) { in SectionIndex()
1443 for (SectionHeaderCollIter I = section_headers.begin(); in GetSectionHeaderInfo()
1847 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in CreateSections()
2893 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h295 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
H A DObjectFilePECOFF.cpp1297 SectionHeaderCollIter pos, end = m_sect_headers.end(); in DumpSectionHeaders()