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

  /external/llvm/include/llvm/Object/
SymbolicFile.h 57 class content_iterator class in namespace:llvm::object
62 content_iterator(content_type symb) : Current(std::move(symb)) {} function in class:llvm::object::content_iterator
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;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
SymbolicFile.h 70 class content_iterator class in namespace:llvm::object
75 content_iterator(content_type symb) : Current(std::move(symb)) {} function in class:llvm::object::content_iterator
81 bool operator==(const content_iterator &other) const {
85 bool operator!=(const content_iterator &other) const {
89 content_iterator &operator++() { // preincrement
139 using basic_symbol_iterator = content_iterator<BasicSymbolRef>;
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 43 class content_iterator { class in namespace:llvm::object
46 content_iterator(content_type symb) function in class:llvm::object::content_iterator
57 bool operator==(const content_iterator &other) const {
61 bool operator!=(const content_iterator &other) const {
65 content_iterator& increment(error_code &err) {
126 typedef content_iterator<SymbolRef> symbol_iterator;
161 typedef content_iterator<RelocationRef> relocation_iterator;
199 typedef content_iterator<SectionRef> section_iterator;

Completed in 2175 milliseconds