reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
289 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
371 return getSection(Index); 557 auto SecOrErr = getSection(Section);include/llvm/Object/ELFObjectFile.h
308 auto RelSecOrErr = EF.getSection(Rel.d.a); 457 auto SymTabOrErr = EF.getSection(Sym.d.a); 461 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link); 526 auto SymTabOrErr = EF.getSection(Symb.d.a); 683 auto SymTabOrErr = EF.getSection(Symb.d.a); 836 auto SymSecOrErr = EF.getSection(RelSec->sh_link); 855 Expected<const Elf_Shdr *> SecOrErr = EF.getSection(EShdr->sh_info);tools/llvm-objcopy/ELF/Object.cpp
1360 const Elf_Shdr &Shdr = *unwrapOrError(ElfFile.getSection(SymTab->Index)); 1375 *unwrapOrError(ElfFile.getSection(SymTab->getShndxTable()->Index)); 1588 ShstrIndex = unwrapOrError(ElfFile.getSection(0))->sh_link;tools/llvm-objdump/ELFDump.cpp
58 auto SecOrErr = EF.getSection(Rel.d.a); 320 unwrapOrError(Elf->getSection(Shdr.sh_link), FileName);tools/llvm-readobj/ARMEHABIPrinter.h
406 auto SymTabOrErr = ELF->getSection(Sec.sh_link);
tools/llvm-readobj/ELFDumper.cpp861 unwrapOrError(ObjF->getFileName(), Obj->getSection(SectionIndex)); 2439 PltSymTable = unwrapOrError(FileName, Obj->getSection(PltRelSec->sh_link)); 2846 unwrapOrError(FileName, Obj->getSection(Sec.sh_link)); 2867 auto Sec = unwrapOrError(FileName, Obj->getSection(Ndx)); 3028 unwrapOrError(this->FileName, Obj->getSection(Sec.sh_link)); 3775 unwrapOrError(FileName, Obj->getSection(Sec->sh_link)); 3866 unwrapOrError(this->FileName, Obj->getSection(Sec->sh_link)); 3914 unwrapOrError(this->FileName, Obj->getSection(Sec->sh_link)); 4845 unwrapOrError(this->FileName, EF->getSection(ElfSec->sh_link)); 4940 this->FileName, EF->getSection(StackSizesELFSec->sh_link))); 5267 unwrapOrError(this->FileName, Obj->getSection(Sec->sh_link)); 5651 unwrapOrError(this->FileName, Obj->getSection(Sec->sh_link)); 5697 unwrapOrError(this->FileName, Obj->getSection(Sec->sh_link));tools/obj2yaml/elf2yaml.cpp
429 auto StrTabSec = Obj.getSection(SymTab->sh_link); 464 auto LinkSection = Obj.getSection(Shdr->sh_link); 498 auto InfoSection = Obj.getSection(Shdr->sh_info); 607 auto SymTabOrErr = Obj.getSection(Shdr->sh_link); 777 auto StringTableShdrOrErr = Obj.getSection(Shdr->sh_link); 849 auto StringTableShdrOrErr = Obj.getSection(Shdr->sh_link); 893 auto SymtabOrErr = Obj.getSection(SymtabNdx); 930 auto SHdrOrErr = Obj.getSection(Member);