Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h264 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()
268 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()
272 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()
276 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()
392 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()
828 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()
1066 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()
1094 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1040 auto DynTagsOrErr = Obj.template getSectionContentsAsArray<Elf_Dyn>(*Shdr); in dumpDynamicSection()
1146 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpSymtabShndxSection()
1361 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr); in dumpSymverSection()
1460 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpGroupSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp540 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp399 auto contents = Obj.getSectionContentsAsArray<char>(SecRef); in createNormalizedSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp446 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()
3327 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()
6679 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>( in printCGProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1568 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()