Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObject.cpp21 void Object::addSectionWithOwnedContents( in addSectionWithOwnedContents() function in llvm::objcopy::wasm::Object
HDWasmObject.h36 void addSectionWithOwnedContents(Section NewSection,
HDWasmObjcopy.cpp138 Obj.addSectionWithOwnedContents(Sec, std::move(BufferCopy)); in handleArgs()