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

/external/llvm/include/llvm/Object/
H A DObjectFile.h134 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
171 section_iterator getRelocatedSection() const;
233 error_code getSection(section_iterator &Result) const;
303 section_iterator &Res) const = 0;
327 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
362 virtual section_iterator begin_sections() const = 0;
363 virtual section_iterator end_sections() const = 0;
442 inline error_code SymbolRef::getSection(section_iterator &Result) const {
538 inline section_iterator SectionRef::getRelocatedSection() const {

Completed in 142 milliseconds