Lines Matching refs:getSection
562 setSection(SecTable.getSection(Info, "Info field value " + Twine(Info) + in initialize()
669 SecTable.getSection(Link, "Link field value " + Twine(Link) + in initialize()
951 GroupSec->addMember(SecTable.getSection( in initGroupSection()
959 const Elf_Shdr &Shdr = *unwrapOrError(ElfFile.getSection(SymTab->Index)); in initSymbolTable()
974 *unwrapOrError(ElfFile.getSection(SymTab->getShndxTable()->Index)); in initSymbolTable()
982 DefSection = Obj.sections().getSection( in initSymbolTable()
993 DefSection = Obj.sections().getSection( in initSymbolTable()
1025 SectionBase *SectionTableRef::getSection(uint32_t Index, Twine ErrMsg) { in getSection() function in llvm::objcopy::elf::SectionTableRef
1034 if (T *Sec = dyn_cast<T>(getSection(Index, IndexErrMsg))) in getSectionOfType()
1178 ShstrIndex = unwrapOrError(ElfFile.getSection(0))->sh_link; in build()
1328 if (auto ToRelSec = RelSec->getSection()) in removeSections()