Home
last modified time | relevance | path

Searched refs:DataBufferLLVM (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataBufferLLVM.cpp21 DataBufferLLVM::DataBufferLLVM( in DataBufferLLVM() function in DataBufferLLVM
28 DataBufferLLVM::~DataBufferLLVM() {} in ~DataBufferLLVM()
30 uint8_t *DataBufferLLVM::GetBytes() { in GetBytes()
34 const uint8_t *DataBufferLLVM::GetBytes() const { in GetBytes()
38 lldb::offset_t DataBufferLLVM::GetByteSize() const { in GetByteSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataBufferLLVM.h27 class DataBufferLLVM : public DataBuffer {
29 ~DataBufferLLVM();
41 explicit DataBufferLLVM(std::unique_ptr<llvm::WritableMemoryBuffer> Buffer);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp250 std::shared_ptr<DataBufferLLVM>
269 return std::shared_ptr<DataBufferLLVM>(new DataBufferLLVM(std::move(buffer))); in CreateDataBuffer()
272 std::shared_ptr<DataBufferLLVM>
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h135 std::shared_ptr<DataBufferLLVM> CreateDataBuffer(const llvm::Twine &path,
138 std::shared_ptr<DataBufferLLVM> CreateDataBuffer(const FileSpec &file_spec,
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile584 SRCS+= Utility/DataBufferLLVM.cpp