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

  /external/llvm/include/llvm/Object/
SymbolicFile.h 48 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;
ObjectFile.h 73 typedef content_iterator<RelocationRef> relocation_iterator;
78 typedef content_iterator<SectionRef> section_iterator;
200 typedef content_iterator<LibraryRef> library_iterator;
COFF.h 27 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;
28 typedef content_iterator<ExportDirectoryEntryRef> export_directory_iterator;
MachO.h 50 typedef content_iterator<DiceRef> dice_iterator;

Completed in 68 milliseconds