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

/external/llvm/include/llvm/Object/
H A DObjectFile.h47 class content_iterator { class in namespace:llvm::object
50 content_iterator(content_type symb) function in class:llvm::object::content_iterator
61 bool operator==(const content_iterator &other) const {
65 bool operator!=(const content_iterator &other) const {
69 content_iterator& increment(error_code &err) {
132 typedef content_iterator<RelocationRef> relocation_iterator;
174 typedef content_iterator<SectionRef> section_iterator;
236 typedef content_iterator<SymbolRef> symbol_iterator;
260 typedef content_iterator<LibraryRef> library_iterator;

Completed in 119 milliseconds