Home | History | Annotate | Download | only in Object

Lines Matching full:section_iterator

227                                  section_iterator &Result) const {
237 Result = section_iterator(SectionRef(Ref, this));
651 section_iterator COFFObjectFile::section_begin() const {
654 return section_iterator(SectionRef(Ret, this));
657 section_iterator COFFObjectFile::section_end() const {
662 return section_iterator(SectionRef(Ret, this));