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

/external/llvm/include/llvm/Object/
H A DObjectFile.h78 typedef content_iterator<SectionRef> section_iterator; typedef in namespace:llvm::object
120 section_iterator getRelocatedSection() const;
155 std::error_code getSection(section_iterator &Result) const;
239 section_iterator &Res) const = 0;
271 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
308 virtual section_iterator section_begin() const = 0;
309 virtual section_iterator section_end() const = 0;
311 typedef iterator_range<section_iterator> section_iterator_range;
378 inline std::error_code SymbolRef::getSection(section_iterator &Result) const {
476 inline section_iterator SectionRe
[all...]

Completed in 234 milliseconds