Home
last modified time | relevance | path

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

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