Home
last modified time | relevance | path

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

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