Lines Matching defs:OwnedDataSection
86 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(OwnedDataSection &) {
405 Error IHexSectionWriterBase::visit(const OwnedDataSection &Sec) {
455 Error SectionWriter::visit(const OwnedDataSection &Sec) {
510 Error OwnedDataSection::accept(SectionVisitor &Visitor) const {
514 Error OwnedDataSection::accept(MutableSectionVisitor &Visitor) {
518 void OwnedDataSection::appendHexData(StringRef HexData) {
1350 OwnedDataSection *Section = nullptr;
1367 Section = &Obj->addSection<OwnedDataSection>(
2171 Sec = std::make_unique<OwnedDataSection>(*Sec, Data);
2889 Error SRECSectionWriterBase::visit(const OwnedDataSection &Sec) {