Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h184 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter; typedef
237 size_t SectionIndex(const SectionHeaderCollConstIter &I) const;
H A DObjectFileELF.cpp777 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollConstIter &I) const { in SectionIndex()
3292 for (SectionHeaderCollConstIter I = m_section_headers.begin(); in DumpELFSectionHeaders()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h268 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter; typedef