Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h307 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()
311 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()
315 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()
319 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()
452 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;
567 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function
624 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
941 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()
1179 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()
1207 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp585 this->getObj().template getSectionContentsAsArray<char>(sec), this); in parse()
642 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in parse()
788 cantFail(obj.template getSectionContentsAsArray<Elf_Word>(sec)); in initializeSections()
1418 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()
1478 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
H A DDriver.cpp959 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h388 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp576 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp484 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()
3750 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()
7513 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>(*CGSection); in printCGProfile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1572 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()