Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h46 template <class ELFT> class Elf_Note_Iterator_Impl; variable
78 using NoteIterator = Elf_Note_Iterator_Impl<ELFType<E, Is64>>;
648 template <class NoteIteratorELFT> friend class Elf_Note_Iterator_Impl;
681 template <class ELFT> class Elf_Note_Iterator_Impl {
728 Elf_Note_Iterator_Impl() = default;
729 explicit Elf_Note_Iterator_Impl(Error &Err) : Err(&Err) {}
730 Elf_Note_Iterator_Impl(const uint8_t *Start, size_t Size, size_t Align,
739 Elf_Note_Iterator_Impl &operator++() {
746 bool operator==(Elf_Note_Iterator_Impl Other) const {
753 bool operator!=(Elf_Note_Iterator_Impl Other) const {