Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h44 template <class ELFT> class Elf_Note_Iterator_Impl; variable
76 using NoteIterator = Elf_Note_Iterator_Impl<ELFType<E, Is64>>;
625 template <class NoteIteratorELFT> friend class Elf_Note_Iterator_Impl;
658 template <class ELFT> class Elf_Note_Iterator_Impl {
704 Elf_Note_Iterator_Impl() {}
705 explicit Elf_Note_Iterator_Impl(Error &Err) : Err(&Err) {}
706 Elf_Note_Iterator_Impl(const uint8_t *Start, size_t Size, Error &Err)
714 Elf_Note_Iterator_Impl &operator++() {
721 bool operator==(Elf_Note_Iterator_Impl Other) const {
728 bool operator!=(Elf_Note_Iterator_Impl Other) const {