Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp67 Sec.setOwnedContents(Contents); in addSection()
296 It->setOwnedContents({NewSection.SectionData->getBufferStart(), in handleArgs()
H A DCOFFObject.h53 void setOwnedContents(std::vector<uint8_t> &&Data) { in setOwnedContents() function