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.h47 template <class ELFT> class Elf_Note_Iterator_Impl; variable
79 using NoteIterator = Elf_Note_Iterator_Impl<ELFType<E, Is64>>;
649 template <class NoteIteratorELFT> friend class Elf_Note_Iterator_Impl;
682 template <class ELFT> class Elf_Note_Iterator_Impl {
729 Elf_Note_Iterator_Impl() = default;
730 explicit Elf_Note_Iterator_Impl(Error &Err) : Err(&Err) {}
731 Elf_Note_Iterator_Impl(const uint8_t *Start, size_t Size, size_t Align,
740 Elf_Note_Iterator_Impl &operator++() {
747 bool operator==(Elf_Note_Iterator_Impl Other) const {
754 bool operator!=(Elf_Note_Iterator_Impl Other) const {