Searched refs:getSectionContentsAsArray (Results 1 – 2 of 2) sorted by relevance
206 ErrorOr<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;249 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function265 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
2434 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()3219 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()