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

/external/llvm/include/llvm/Object/
H A DObjectFile.h175 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
235 error_code getSection(section_iterator &Result) const;
305 section_iterator &Res) const = 0;
367 virtual section_iterator begin_sections() const = 0;
368 virtual section_iterator end_sections() const = 0;
443 inline error_code SymbolRef::getSection(section_iterator &Result) const {

Completed in 366 milliseconds