Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h183 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter; typedef
236 size_t SectionIndex(const SectionHeaderCollConstIter &I) const;
H A DObjectFileELF.cpp760 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollConstIter &I) const { in SectionIndex()
3230 for (SectionHeaderCollConstIter I = m_section_headers.begin(); in DumpELFSectionHeaders()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h296 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter; typedef