Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.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()
88 typedef content_iterator<SymbolRef> symbol_iterator;
129 typedef content_iterator<RelocationRef> relocation_iterator;
134 typedef content_iterator<SectionRef> section_iterator;
259 typedef content_iterator<LibraryRef> library_iterator;
HDMachO.h50 typedef content_iterator<DiceRef> dice_iterator;
HDCOFF.h27 typedef content_iterator<ImportDirectoryEntryRef> import_directory_iterator;