git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206768
91177308-0d34-0410-b5e6-
96231b3b80d8
relocation_iterator relocation_begin() const;
relocation_iterator relocation_end() const;
- typedef iterator_range<relocation_iterator> relocation_iterator_range;
- relocation_iterator_range relocations() const {
- return relocation_iterator_range(relocation_begin(), relocation_end());
+ iterator_range<relocation_iterator> relocations() const {
+ return iterator_range<relocation_iterator>(relocation_begin(),
+ relocation_end());
}
section_iterator getRelocatedSection() const;