Home
last modified time | relevance | path

Searched refs:addSectionWithOwnedContents (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DObject.cpp21 void Object::addSectionWithOwnedContents( in addSectionWithOwnedContents() function in llvm::objcopy::wasm::Object
H A DObject.h35 void addSectionWithOwnedContents(Section NewSection,
H A DWasmObjcopy.cpp138 Obj.addSectionWithOwnedContents(Sec, std::move(Buf)); in handleArgs()