reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
45 using import_directory_iterator = content_iterator<ImportDirectoryEntryRef>; 47 content_iterator<DelayImportDirectoryEntryRef>; 48 using export_directory_iterator = content_iterator<ExportDirectoryEntryRef>; 49 using imported_symbol_iterator = content_iterator<ImportedSymbolRef>; 50 using base_reloc_iterator = content_iterator<BaseRelocRef>;include/llvm/Object/IRSymtab.h
262 using symbol_range = iterator_range<object::content_iterator<SymbolRef>>;
include/llvm/Object/MachO.h63 using dice_iterator = content_iterator<DiceRef>; 125 using export_iterator = content_iterator<ExportEntry>; 202 using rebase_iterator = content_iterator<MachORebaseEntry>; 260 using bind_iterator = content_iterator<MachOBindEntry>;include/llvm/Object/ObjectFile.h
48 using section_iterator = content_iterator<SectionRef>; 77 using relocation_iterator = content_iterator<RelocationRef>;include/llvm/Object/SymbolicFile.h
80 bool operator==(const content_iterator &other) const { 84 bool operator!=(const content_iterator &other) const { 88 content_iterator &operator++() { // preincrement 138 using basic_symbol_iterator = content_iterator<BasicSymbolRef>;