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

  /external/llvm/include/llvm/Object/
ObjectFile.h 47 class content_iterator { class in namespace:llvm::object
50 content_iterator(content_type symb) function in class:llvm::object::content_iterator
61 bool operator==(const content_iterator &other) const {
65 bool operator!=(const content_iterator &other) const {
69 content_iterator& increment(error_code &err) {
130 typedef content_iterator<RelocationRef> relocation_iterator;
172 typedef content_iterator<SectionRef> section_iterator;
234 typedef content_iterator<SymbolRef> symbol_iterator;
258 typedef content_iterator<LibraryRef> library_iterator;
ELF.h 406 typedef content_iterator<DynRef> dyn_iterator;
    [all...]

Completed in 43 milliseconds