reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/llvm-objdump.h
   44   const llvm::object::SectionRef &operator*() const { return *Iterator; }
   46     ++Iterator;
   51     return Iterator != Other.Iterator;
   51     return Iterator != Other.Iterator;
   56     while (Iterator != End && !Predicate(*Iterator)) {
   56     while (Iterator != End && !Predicate(*Iterator)) {
   57       ++Iterator;