Lines Matching refs:section_iterator
1834 Expected<section_iterator> SecOrError = getSymbolSection(Symb); in getSymbolType()
1837 section_iterator Sec = *SecOrError; in getSymbolType()
1886 Expected<section_iterator>
1899 return section_iterator(SectionRef(DRI, this)); in getSymbolSection()
2166 section_iterator
2168 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2491 section_iterator
2495 return section_iterator(SectionRef(Sec, this)); in getRelocationRelocatedSection()
2546 section_iterator MachOObjectFile::section_begin() const { in section_begin()
2548 return section_iterator(SectionRef(DRI, this)); in section_begin()
2551 section_iterator MachOObjectFile::section_end() const { in section_end()
2554 return section_iterator(SectionRef(DRI, this)); in section_end()