Searched refs:SecWriter (Results 1 – 2 of 2) sorted by relevance
344 std::unique_ptr<ELFSectionWriter<ELFT>> SecWriter; variable365 std::unique_ptr<BinarySectionWriter> SecWriter; variable
2119 if (Error Err = Sec.accept(*SecWriter)) in writeSectionData()2682 SecWriter = std::make_unique<ELFSectionWriter<ELFT>>(*Buf); in finalize()2705 if (Error Err = Sec.accept(*SecWriter)) in write()2754 SecWriter = std::make_unique<BinarySectionWriter>(*Buf); in finalize()