Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h183 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
234 size_t SectionIndex(const SectionHeaderCollIter &I);
H A DObjectFileELF.cpp773 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) { in SectionIndex()
1460 for (SectionHeaderCollIter I = section_headers.begin(); in GetSectionHeaderInfo()
1864 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in CreateSections()
2955 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h267 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
H A DObjectFilePECOFF.cpp1345 SectionHeaderCollIter pos, end = m_sect_headers.end(); in DumpSectionHeaders()