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

Declarations

include/llvm/Object/ELFTypes.h
   44 template <class ELFT> class Elf_Note_Iterator_Impl;
  597   template <class NoteIteratorELFT> friend class Elf_Note_Iterator_Impl;

References

include/llvm/Object/ELFTypes.h
   75   using NoteIterator = Elf_Note_Iterator_Impl<ELFType<E, Is64>>;
  674   Elf_Note_Iterator_Impl &operator++() {
  681   bool operator==(Elf_Note_Iterator_Impl Other) const {
  688   bool operator!=(Elf_Note_Iterator_Impl Other) const {