Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DSymbolicFile.h56 class content_iterator
61 content_iterator(content_type symb) : Current(symb) {} in content_iterator() function
67 bool operator==(const content_iterator &other) const {
71 bool operator!=(const content_iterator &other) const {
75 content_iterator &operator++() { // preincrement
124 typedef content_iterator<BasicSymbolRef> basic_symbol_iterator;
DMachO.h50 typedef content_iterator<DiceRef> dice_iterator;
101 typedef content_iterator<ExportEntry> export_iterator;
137 typedef content_iterator<MachORebaseEntry> rebase_iterator;
185 typedef content_iterator<MachOBindEntry> bind_iterator;
DCOFF.h32 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;
33 typedef content_iterator<DelayImportDirectoryEntryRef>
35 typedef content_iterator<ExportDirectoryEntryRef> export_directory_iterator;
36 typedef content_iterator<ImportedSymbolRef> imported_symbol_iterator;
37 typedef content_iterator<BaseRelocRef> base_reloc_iterator;
DObjectFile.h36 typedef content_iterator<SectionRef> section_iterator;
65 typedef content_iterator<RelocationRef> relocation_iterator;