HomeSort by relevance Sort by last modified time
    Searched full:content_iterator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Object/
SymbolicFile.h 56 class content_iterator class in namespace:llvm::object
61 content_iterator(content_type symb) : Current(symb) {} function in class:llvm::object::content_iterator
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;
MachO.h 50 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;
COFF.h 32 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;
ObjectFile.h 36 typedef content_iterator<SectionRef> section_iterator;
65 typedef content_iterator<RelocationRef> relocation_iterator;

Completed in 58 milliseconds