Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFTypes.h45 template <class ELFT> class Elf_Note_Iterator_Impl; variable
76 using NoteIterator = Elf_Note_Iterator_Impl<ELFType<E, Is64>>;
623 template <class NoteIteratorELFT> friend class Elf_Note_Iterator_Impl;
656 template <class ELFT> class Elf_Note_Iterator_Impl {
702 Elf_Note_Iterator_Impl() = default;
703 explicit Elf_Note_Iterator_Impl(Error &Err) : Err(&Err) {}
704 Elf_Note_Iterator_Impl(const uint8_t *Start, size_t Size, Error &Err)
712 Elf_Note_Iterator_Impl &operator++() {
719 bool operator==(Elf_Note_Iterator_Impl Other) const {
726 bool operator!=(Elf_Note_Iterator_Impl Other) const {