Home
last modified time | relevance | path

Searched refs:content_iterator (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DSymbolicFile.h70 class content_iterator
75 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator() function
81 bool operator==(const content_iterator &other) const {
85 bool operator!=(const content_iterator &other) const {
89 content_iterator &operator++() { // preincrement
139 using basic_symbol_iterator = content_iterator<BasicSymbolRef>;
H A DMachO.h64 using dice_iterator = content_iterator<DiceRef>;
126 using export_iterator = content_iterator<ExportEntry>;
205 using rebase_iterator = content_iterator<MachORebaseEntry>;
263 using bind_iterator = content_iterator<MachOBindEntry>;
H A DCOFF.h46 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>;
48 content_iterator<DelayImportDirectoryEntryRef>;
49 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>;
50 using imported_symbol_iterator = content_iterator<ImportedSymbolRef>;
51 using base_reloc_iterator = content_iterator<BaseRelocRef>;
H A DObjectFile.h48 using section_iterator = content_iterator<SectionRef>;
77 using relocation_iterator = content_iterator<RelocationRef>;
H A DIRSymtab.h257 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>;