Searched refs:getSectionContentsAsArray (Results 1 – 1 of 1) sorted by relevance
215 ErrorOr<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;251 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function267 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()