Home
last modified time | relevance | path

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

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