HomeSort by: relevance | last modified time | path
    Searched refs:getSectionContentsAsArray (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 264 return getSectionContentsAsArray<Elf_Sym>(*Sec);
268 return getSectionContentsAsArray<Elf_Rela>(Sec);
272 return getSectionContentsAsArray<Elf_Rel>(Sec);
276 return getSectionContentsAsArray<Elf_Relr>(Sec);
392 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;
488 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const {
545 return getSectionContentsAsArray<uint8_t>(Sec);
828 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section);
1066 auto V = getSectionContentsAsArray<char>(Section);
1094 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ELF.cpp 540 getSectionContentsAsArray<Elf_Dyn>(Sec);
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 1040 auto DynTagsOrErr = Obj.template getSectionContentsAsArray<Elf_Dyn>(*Shdr);
1146 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr);
1361 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr);
1460 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp 399 auto contents = Obj.getSectionContentsAsArray<char>(SecRef);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 446 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec);
3327 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) {
6679 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>(
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 1568 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec);

Completed in 27 milliseconds