Lines Matching refs:section_iterator
1788 Expected<section_iterator> SecOrError = getSymbolSection(Symb); in getSymbolType()
1791 section_iterator Sec = *SecOrError; in getSymbolType()
1838 Expected<section_iterator>
1851 return section_iterator(SectionRef(DRI, this)); in getSymbolSection()
2104 section_iterator
2106 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2410 section_iterator
2414 return section_iterator(SectionRef(Sec, this)); in getRelocationRelocatedSection()
2465 section_iterator MachOObjectFile::section_begin() const { in section_begin()
2467 return section_iterator(SectionRef(DRI, this)); in section_begin()
2470 section_iterator MachOObjectFile::section_end() const { in section_end()
2473 return section_iterator(SectionRef(DRI, this)); in section_end()