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

  /external/llvm/include/llvm/Object/
ObjectFile.h 36 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 SectionRef::getRelocatedSection() const
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 199 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;

Completed in 87 milliseconds