Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h146 return getSectionContentsAsArray<Elf_Sym>(Sec); in symbols()
150 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()
154 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()
158 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()
264 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
355 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function
378 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
545 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()
570 auto VOrErr = getSectionContentsAsArray<Elf_Word>(&Section); in getSHNDXTable()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp406 this->getObj().template getSectionContentsAsArray<Elf_CGProfile>( in initializeSections()
436 CHECK(Obj.template getSectionContentsAsArray<Elf_Word>(&Sec), this); in initializeSections()
903 CHECK(Obj.template getSectionContentsAsArray<Elf_Dyn>(DynamicSec), this); in parseDynamic()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp512 getSectionContentsAsArray<Elf_Dyn>(&Sec); in dynamicEntries()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp976 ElfFile.template getSectionContentsAsArray<Elf_Word>(&ShndxSec)); in initSymbolTable()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2629 unwrapOrError(Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in getGroups()
4511 unwrapOrError(Obj->template getSectionContentsAsArray<Elf_CGProfile>( in printCGProfile()