Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h263 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()
267 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()
271 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()
275 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()
391 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;
488 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function
545 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
862 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()
1100 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()
1128 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp556 this->getObj().template getSectionContentsAsArray<char>(sec), this); in parse()
603 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in parse()
749 cantFail(obj.template getSectionContentsAsArray<Elf_Word>(sec)); in initializeSections()
769 CHECK(obj.template getSectionContentsAsArray<char>(sec), this); in initializeSections()
1389 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()
1403 CHECK(obj.template getSectionContentsAsArray<char>(sec), this); in parse()
1456 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
H A DDriver.cpp934 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1084 auto DynTagsOrErr = Obj.template getSectionContentsAsArray<Elf_Dyn>(*Shdr); in dumpDynamicSection()
1190 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpSymtabShndxSection()
1405 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr); in dumpSymverSection()
1504 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpGroupSection()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h352 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELF.cpp568 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp465 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()
3446 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()
7080 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>(*CGSection); in printCGProfile()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1557 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()