Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h44 template <class ELFT> class Elf_Note_Iterator_Impl; variable
75 using NoteIterator = Elf_Note_Iterator_Impl<ELFType<E, Is64>>;
597 template <class NoteIteratorELFT> friend class Elf_Note_Iterator_Impl;
625 class Elf_Note_Iterator_Impl
664 Elf_Note_Iterator_Impl() {}
665 explicit Elf_Note_Iterator_Impl(Error &Err) : Err(&Err) {}
666 Elf_Note_Iterator_Impl(const uint8_t *Start, size_t Size, Error &Err)
674 Elf_Note_Iterator_Impl &operator++() {
681 bool operator==(Elf_Note_Iterator_Impl Other) const {
688 bool operator!=(Elf_Note_Iterator_Impl Other) const {