reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2840 for (const Elf_Shdr &Sec : unwrapOrError(FileName, Obj->sections())) { 2846 unwrapOrError(FileName, Obj->getSection(Sec.sh_link)); 2848 unwrapOrError(FileName, Obj->getStringTableForSymtab(*Symtab)); 2850 FileName, Obj->template getEntry<Elf_Sym>(Symtab, Sec.sh_info)); 2852 FileName, Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); 2854 StringRef Name = unwrapOrError(FileName, Obj->getSectionName(&Sec)); 2867 auto Sec = unwrapOrError(FileName, Obj->getSection(Ndx)); 2868 const StringRef Name = unwrapOrError(FileName, Obj->getSectionName(Sec));