Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferLLVM.cpp33 WritableDataBufferLLVM::WritableDataBufferLLVM( in WritableDataBufferLLVM() function in WritableDataBufferLLVM
40 WritableDataBufferLLVM::~WritableDataBufferLLVM() = default;
42 const uint8_t *WritableDataBufferLLVM::GetBytesImpl() const { in GetBytesImpl()
46 lldb::offset_t WritableDataBufferLLVM::GetByteSize() const { in GetByteSize()
51 char WritableDataBufferLLVM::ID;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferLLVM.h53 class WritableDataBufferLLVM : public WritableDataBuffer {
55 ~WritableDataBufferLLVM() override;
73 explicit WritableDataBufferLLVM(
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp291 return std::shared_ptr<WritableDataBufferLLVM>( in CreateWritableDataBuffer()
292 new WritableDataBufferLLVM(std::move(buffer))); in CreateWritableDataBuffer()