Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h261 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()
265 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()
269 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()
273 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()
389 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;
486 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function
543 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
852 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()
1090 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()
1118 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp559 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in initializeSections()
916 CHECK(this->getObj().template getSectionContentsAsArray<char>(sec), this); in createInputSection()
1345 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()
1405 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
H A DDriver.cpp894 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1082 auto DynTagsOrErr = Obj.template getSectionContentsAsArray<Elf_Dyn>(*Shdr); in dumpDynamicSection()
1188 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpSymtabShndxSection()
1403 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr); in dumpSymverSection()
1502 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpGroupSection()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h327 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp560 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp466 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()
3438 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()
7017 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>(*CGSection); in printCGProfile()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1536 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()