Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataBuffer.h58 const uint8_t *GetBytes() const { return GetBytesImpl(); } in GetBytes()
79 virtual const uint8_t *GetBytesImpl() const = 0;
109 uint8_t *GetBytes() { return const_cast<uint8_t *>(GetBytesImpl()); } in GetBytes()
132 const uint8_t *GetBytesImpl() const override { return m_bytes; } in GetBytesImpl() function
H A DDataBufferLLVM.h31 const uint8_t *GetBytesImpl() const override;
57 const uint8_t *GetBytesImpl() const override;
H A DDataBufferHeap.h70 const uint8_t *GetBytesImpl() const override;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataBufferLLVM.cpp25 const uint8_t *DataBufferLLVM::GetBytesImpl() const { in GetBytesImpl() function in DataBufferLLVM
42 const uint8_t *WritableDataBufferLLVM::GetBytesImpl() const { in GetBytesImpl() function in WritableDataBufferLLVM
H A DDataBufferHeap.cpp38 const uint8_t *DataBufferHeap::GetBytesImpl() const { in GetBytesImpl() function in DataBufferHeap