Home
last modified time | relevance | path

Searched refs:SecWriter (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h341 std::unique_ptr<ELFSectionWriter<ELFT>> SecWriter; variable
362 std::unique_ptr<BinarySectionWriter> SecWriter; variable
H A DELFObject.cpp2080 if (Error Err = Sec.accept(*SecWriter)) in writeSectionData()
2634 SecWriter = std::make_unique<ELFSectionWriter<ELFT>>(*Buf); in finalize()
2657 if (Error Err = Sec.accept(*SecWriter)) in write()
2706 SecWriter = std::make_unique<BinarySectionWriter>(*Buf); in finalize()