Lines Matching defs:OwnedDataSection
89 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(OwnedDataSection &) {
408 Error IHexSectionWriterBase::visit(const OwnedDataSection &Sec) {
458 Error SectionWriter::visit(const OwnedDataSection &Sec) {
513 Error OwnedDataSection::accept(SectionVisitor &Visitor) const {
517 Error OwnedDataSection::accept(MutableSectionVisitor &Visitor) {
521 void OwnedDataSection::appendHexData(StringRef HexData) {
1353 OwnedDataSection *Section = nullptr;
1370 Section = &Obj->addSection<OwnedDataSection>(
2181 *It = std::make_unique<OwnedDataSection>(*OldSec, Data);
2883 Error SRECSectionWriterBase::visit(const OwnedDataSection &Sec) {