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

/external/llvm/include/llvm/Object/
H A DObjectFile.h36 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
105 section_iterator getRelocatedSection() const;
149 ErrorOr<section_iterator> getSection() const;
204 virtual ErrorOr<section_iterator>
224 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
248 virtual section_iterator section_begin() const = 0;
249 virtual section_iterator section_end() const = 0;
251 typedef iterator_range<section_iterator> section_iterator_range;
325 inline ErrorOr<section_iterator> SymbolRef::getSection() const {
405 inline section_iterator SectionRe
[all...]

Completed in 146 milliseconds