Lines Matching refs:StringTableSection

93 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(StringTableSection &) {  in visit()  argument
413 Error IHexSectionWriterBase::visit(const StringTableSection &Sec) { in visit()
435 Error IHexSectionWriter::visit(const StringTableSection &Sec) { in visit()
592 void StringTableSection::addString(StringRef Name) { StrTabBuilder.add(Name); } in addString()
594 uint32_t StringTableSection::findIndex(StringRef Name) const { in findIndex()
598 void StringTableSection::prepareForLayout() { in prepareForLayout()
603 Error SectionWriter::visit(const StringTableSection &Sec) { in visit()
609 Error StringTableSection::accept(SectionVisitor &Visitor) const { in accept()
613 Error StringTableSection::accept(MutableSectionVisitor &Visitor) { in accept()
791 Expected<StringTableSection *> Sec = in initialize()
792 SecTable.getSectionOfType<StringTableSection>( in initialize()
1284 StringTableSection *BasicELFBuilder::addStrTab() { in addStrTab()
1285 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab()
1292 SymbolTableSection *BasicELFBuilder::addSymTab(StringTableSection *StrTab) { in addSymTab()
1401 StringTableSection *StrTab = addStrTab(); in build()
1729 return Obj.addSection<StringTableSection>(); in makeSection()
1840 Expected<StringTableSection *> Sec = in readSections()
1841 Obj.sections().template getSectionOfType<StringTableSection>( in readSections()
2288 StringTableSection *StrTab = nullptr; in addNewSymbolTable()
2291 StrTab = static_cast<StringTableSection *>(&Sec); in addNewSymbolTable()
2300 StrTab = &addSection<StringTableSection>(); in addNewSymbolTable()
2654 if (auto StrTab = dyn_cast<StringTableSection>(&Sec)) in finalize()
2869 Error SRECSectionWriterBase::visit(const StringTableSection &Sec) { in visit()
2926 Error SRECSectionWriter::visit(const StringTableSection &Sec) { in visit()