Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h206 ErrorOr<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
249 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function
265 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2434 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()
3219 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()