Lines Matching refs:section_iterator
404 section_iterator Sec = *getSymbolSection(Symb); in getSymbolType()
451 ErrorOr<section_iterator>
462 return section_iterator(SectionRef(DRI, this)); in getSymbolSection()
635 section_iterator
637 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
937 section_iterator
941 return section_iterator(SectionRef(Sec, this)); in getRelocationRelocatedSection()
978 section_iterator MachOObjectFile::section_begin() const { in section_begin()
980 return section_iterator(SectionRef(DRI, this)); in section_begin()
983 section_iterator MachOObjectFile::section_end() const { in section_end()
986 return section_iterator(SectionRef(DRI, this)); in section_end()