Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.h54 void setOwnedContents(std::vector<uint8_t> &&Data) { in setOwnedContents() function
H A DCOFFObjcopy.cpp66 Sec.setOwnedContents(Contents); in addSection()