Searched defs:getSectionContentsAsArray (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELF.h206 ErrorOr<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
249 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
265 return getSectionContentsAsArray<uint8_t>(Sec);

Completed in 209 milliseconds