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

/external/llvm/include/llvm/Object/
H A DObjectFile.h65 typedef content_iterator<RelocationRef> relocation_iterator; typedef in namespace:llvm::object
100 relocation_iterator relocation_begin() const;
101 relocation_iterator relocation_end() const;
102 iterator_range<relocation_iterator> relocations() const {
222 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
223 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
397 inline relocation_iterator SectionRef::relocation_begin() const {
401 inline relocation_iterator SectionRef::relocation_end() const {

Completed in 505 milliseconds