Searched defs:relocation_iterator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h73 typedef content_iterator<RelocationRef> relocation_iterator; typedef in namespace:llvm::object
114 relocation_iterator relocation_begin() const;
115 relocation_iterator relocation_end() const;
116 iterator_range<relocation_iterator> relocations() const {
117 return iterator_range<relocation_iterator>(relocation_begin(),
269 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
270 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
468 inline relocation_iterator SectionRef::relocation_begin() const {
472 inline relocation_iterator SectionRef::relocation_end() const {

Completed in 111 milliseconds