Searched refs:SecWriter (Results 1 – 2 of 2) sorted by relevance
341 std::unique_ptr<ELFSectionWriter<ELFT>> SecWriter; variable360 std::unique_ptr<BinarySectionWriter> SecWriter;
2060 if (Error Err = Sec.accept(*SecWriter)) in writeSectionData()2608 SecWriter = std::make_unique<ELFSectionWriter<ELFT>>(*Buf); in finalize()2614 if (Error Err = Sec.accept(*SecWriter)) in write()2656 SecWriter = std::make_unique<BinarySectionWriter>(*Buf); in finalize()