Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h173 return getSectionContentsAsArray<Elf_Sym>(Sec); in symbols()
177 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()
181 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()
185 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()
300 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
392 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function
428 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
606 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()
634 auto VOrErr = getSectionContentsAsArray<Elf_Word>(&Section); in getSHNDXTable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELF.h202 ErrorOr<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;
245 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function
261 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp528 getSectionContentsAsArray<Elf_Dyn>(&Sec); in dynamicEntries()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h352 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DELF.cpp568 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2434 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()
3219 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1557 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()