Lines Matching defs:getSection
944 SecTable.getSection(Info, "Info field value " + Twine(Info) +
1138 SecTable.getSection(Link, "Link field value " + Twine(Link) +
1551 Expected<SectionBase *> Sec = SecTable.getSection(
1565 Expected<const Elf_Shdr *> Shdr = ElfFile.getSection(SymTab->Index);
1595 ElfFile.getSection(SymTab->getShndxTable()->Index);
1612 Expected<SectionBase *> Sec = Obj.sections().getSection(
1629 Expected<SectionBase *> Sec = Obj.sections().getSection(
1682 Expected<SectionBase *> SectionTableRef::getSection(uint32_t Index,
1693 Expected<SectionBase *> BaseSec = getSection(Index, IndexErrMsg);
1827 Expected<const Elf_Shdr *> Sec = ElfFile.getSection(0);
2209 if (auto ToRelSec = RelSec->getSection())