Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
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()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h191 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()
195 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()
199 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()
203 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()
319 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;
410 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function
466 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
653 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()
681 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
/external/llvm/include/llvm/Object/
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()
/external/llvm-project/lld/ELF/
DInputFiles.cpp581 check(obj.template getSectionContentsAsArray<Elf_CGProfile>(sec)); in initializeSections()
610 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in initializeSections()
934 CHECK(this->getObj().template getSectionContentsAsArray<char>(sec), this); in createInputSection()
1452 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()
1511 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp528 getSectionContentsAsArray<Elf_Dyn>(&Sec); in dynamicEntries()
/external/llvm-project/llvm/lib/Object/
DELF.cpp545 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1051 auto DynTagsOrErr = Obj.template getSectionContentsAsArray<Elf_Dyn>(*Shdr); in dumpDynamicSection()
1157 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpSymtabShndxSection()
1367 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr); in dumpSymverSection()
1468 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpGroupSection()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp342 auto contents = Obj.getSectionContentsAsArray<char>(SecRef); in createNormalizedSections()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2434 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()
3219 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp512 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()
3615 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()
6764 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>( in printCGProfile()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1560 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()