Home
last modified time | relevance | path

Searched refs:Elf_Note_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.h43 template <class ELFT> class Elf_Note_Impl; variable
74 using Note = Elf_Note_Impl<ELFType<E, Is64>>;
592 class Elf_Note_Impl {
600 Elf_Note_Impl(const Elf_Nhdr_Impl<ELFT> &Nhdr) : Nhdr(Nhdr) {}
626 : std::iterator<std::forward_iterator_tag, Elf_Note_Impl<ELFT>> {
691 Elf_Note_Impl<ELFT> operator*() const {
693 return Elf_Note_Impl<ELFT>(*Nhdr);