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

/external/llvm/include/llvm/Object/
H A DSymbolicFile.h48 template <class content_type> class content_iterator { class in namespace:llvm::object
52 content_iterator(content_type symb) : Current(symb) {} function in class:llvm::object::content_iterator
58 bool operator==(const content_iterator &other) const {
62 bool operator!=(const content_iterator &other) const {
66 content_iterator &operator++() { // preincrement
111 typedef content_iterator<BasicSymbolRef> basic_symbol_iterator;
H A DObjectFile.h73 typedef content_iterator<RelocationRef> relocation_iterator;
78 typedef content_iterator<SectionRef> section_iterator;
200 typedef content_iterator<LibraryRef> library_iterator;
H A DCOFF.h27 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;
28 typedef content_iterator<ExportDirectoryEntryRef> export_directory_iterator;
H A DMachO.h50 typedef content_iterator<DiceRef> dice_iterator;

Completed in 696 milliseconds