Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DSymbolicFile.h57 class content_iterator
62 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator() function
68 bool operator==(const content_iterator &other) const {
72 bool operator!=(const content_iterator &other) const {
76 content_iterator &operator++() { // preincrement
125 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;
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h43 class content_iterator {
46 content_iterator(content_type symb) in content_iterator() function
57 bool operator==(const content_iterator &other) const {
61 bool operator!=(const content_iterator &other) const {
65 content_iterator& increment(error_code &err) { in increment()
126 typedef content_iterator<SymbolRef> symbol_iterator;
161 typedef content_iterator<RelocationRef> relocation_iterator;
199 typedef content_iterator<SectionRef> section_iterator;