Searched defs:section_iterator (Results 1 - 2 of 2) sorted by last modified time

/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DObjectFile.h199 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
276 virtual section_iterator begin_sections() const = 0;
277 virtual section_iterator end_sections() const = 0;
/external/llvm/include/llvm/Object/
H A DObjectFile.h36 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
107 section_iterator getRelocatedSection() const;
151 Expected<section_iterator> getSection() const;
206 virtual Expected<section_iterator>
228 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
252 virtual section_iterator section_begin() const = 0;
253 virtual section_iterator section_end() const = 0;
255 typedef iterator_range<section_iterator> section_iterator_range;
331 inline Expected<section_iterator> SymbolRef::getSection() const {
419 inline section_iterator SectionRe
[all...]

Completed in 294 milliseconds