Searched refs:OwnedContents (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DObject.cpp24 OwnedContents.emplace_back(std::move(Content));
H A DObject.h40 std::vector<std::unique_ptr<MemoryBuffer>> OwnedContents; member in struct:llvm::objcopy::wasm::Object
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.h44 if (!OwnedContents.empty())
45 return OwnedContents;
50 OwnedContents.clear();
56 OwnedContents = std::move(Data);
61 OwnedContents.clear();
66 std::vector<uint8_t> OwnedContents; member in struct:llvm::objcopy::coff::Section

Completed in 78 milliseconds