Lines Matching defs:getSection
947 SecTable.getSection(Info, "Info field value " + Twine(Info) +
1141 SecTable.getSection(Link, "Link field value " + Twine(Link) +
1554 Expected<SectionBase *> Sec = SecTable.getSection(
1568 Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index);
1598 ElfFile.getSection(SymTab->getShndxTable()->Index);
1615 Expected<SectionBase *> Sec = Obj.sections().getSection(
1632 Expected<SectionBase *> Sec = Obj.sections().getSection(
1685 Expected<SectionBase *> SectionTableRef::getSection(uint32_t Index,
1696 Expected<SectionBase *> BaseSec = getSection(Index, IndexErrMsg);
1830 Expected<const Elf_Shdr *> Sec = ElfFile.getSection(0);
2203 if (auto ToRelSec = RelSec->getSection())