Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDDataBuffer.h57 const uint8_t *GetBytes() const { return GetBytesImpl(); } in GetBytes()
78 virtual const uint8_t *GetBytesImpl() const = 0;
108 uint8_t *GetBytes() { return const_cast<uint8_t *>(GetBytesImpl()); } in GetBytes()
131 const uint8_t *GetBytesImpl() const override { return m_bytes; } in GetBytesImpl() function
HDDataBufferLLVM.h31 const uint8_t *GetBytesImpl() const override;
57 const uint8_t *GetBytesImpl() const override;
HDDataBufferHeap.h70 const uint8_t *GetBytesImpl() const override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDDataBufferLLVM.cpp25 const uint8_t *DataBufferLLVM::GetBytesImpl() const { in GetBytesImpl() function in DataBufferLLVM
42 const uint8_t *WritableDataBufferLLVM::GetBytesImpl() const { in GetBytesImpl() function in WritableDataBufferLLVM
HDDataBufferHeap.cpp38 const uint8_t *DataBufferHeap::GetBytesImpl() const { in GetBytesImpl() function in DataBufferHeap